summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/widgets/migrate-to-core/image-widget.php')
-rw-r--r--plugins/jetpack/modules/widgets/migrate-to-core/image-widget.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/jetpack/modules/widgets/migrate-to-core/image-widget.php b/plugins/jetpack/modules/widgets/migrate-to-core/image-widget.php
index e2a12ca8..70d2d12b 100644
--- a/plugins/jetpack/modules/widgets/migrate-to-core/image-widget.php
+++ b/plugins/jetpack/modules/widgets/migrate-to-core/image-widget.php
@@ -130,6 +130,7 @@ function jetpack_migrate_image_widget() {
),
'post_status' => 'inherit',
'post_type' => 'attachment',
+ 'suppress_filters' => false,
) );
foreach ( $attachment_ids as $attachment_id ) {