summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/likes.php')
-rw-r--r--plugins/jetpack/modules/likes.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/jetpack/modules/likes.php b/plugins/jetpack/modules/likes.php
index 049aaf90..4d653489 100644
--- a/plugins/jetpack/modules/likes.php
+++ b/plugins/jetpack/modules/likes.php
@@ -968,6 +968,10 @@ class Jetpack_Likes {
* similar logic and filters apply here, too.
*/
function is_likes_visible() {
+ if ( Jetpack_Sync_Settings::is_syncing() ) {
+ return false;
+ }
+
global $post, $wp_current_filter; // Used to apply 'sharing_show' filter
// @todo: Remove this block when 4.5 is the minimum