diff options
Diffstat (limited to 'plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/class-comments.php')
-rw-r--r-- | plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/class-comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/class-comments.php b/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/class-comments.php index e956748c..ac3ca1c6 100644 --- a/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/class-comments.php +++ b/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/class-comments.php @@ -273,7 +273,7 @@ class Comments extends Module { return 'comment_ID IN (' . implode( ',', array_map( 'intval', $config ) ) . ')'; } - return null; + return '1=1'; } /** |