diff options
Diffstat (limited to 'plugins/jetpack/modules/subscriptions.php')
-rw-r--r-- | plugins/jetpack/modules/subscriptions.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/jetpack/modules/subscriptions.php b/plugins/jetpack/modules/subscriptions.php index aeda5dd4..3b6bd9f5 100644 --- a/plugins/jetpack/modules/subscriptions.php +++ b/plugins/jetpack/modules/subscriptions.php @@ -1,7 +1,7 @@ <?php /** * Module Name: Subscriptions - * Module Description: Allow users to subscribe to your posts and comments and receive notifications via email + * Module Description: Let visitors subscribe to new posts and comments via email * Sort Order: 9 * Recommendation Order: 8 * First Introduced: 1.2 @@ -443,7 +443,6 @@ class Jetpack_Subscriptions { } if ( !$async ) { - Jetpack::load_xml_rpc_client(); $xml = new Jetpack_IXR_ClientMulticall(); } @@ -670,7 +669,7 @@ class Jetpack_Subscriptions { */ $str = apply_filters( 'jetpack_comment_subscription_form', $str ); - return $submit_button . $str; + return $str . $submit_button; } /** |