summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/sharedaddy/sharing-service.php')
-rw-r--r--plugins/jetpack/modules/sharedaddy/sharing-service.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/jetpack/modules/sharedaddy/sharing-service.php b/plugins/jetpack/modules/sharedaddy/sharing-service.php
index dd5085ae..114ac93a 100644
--- a/plugins/jetpack/modules/sharedaddy/sharing-service.php
+++ b/plugins/jetpack/modules/sharedaddy/sharing-service.php
@@ -582,6 +582,9 @@ add_action( 'template_redirect', 'sharing_process_requests', 9 );
function sharing_display( $text = '', $echo = false ) {
global $post, $wp_current_filter;
+ if ( Jetpack_Sync_Settings::is_syncing() ) {
+ return $text;
+ }
if ( empty( $post ) )
return $text;