diff --git a/projects/plugins/jetpack/changelog/rm-lazy-images-jetpack-module b/projects/plugins/jetpack/changelog/rm-lazy-images-jetpack-module new file mode 100644 index 0000000000000..a843075512441 --- /dev/null +++ b/projects/plugins/jetpack/changelog/rm-lazy-images-jetpack-module @@ -0,0 +1,4 @@ +Significance: patch +Type: other + +Lazy Images: remove module now that it has been deprecated for a few releases. diff --git a/projects/plugins/jetpack/class.jetpack.php b/projects/plugins/jetpack/class.jetpack.php index 0dd22c1835f32..1ae4954eca4ad 100644 --- a/projects/plugins/jetpack/class.jetpack.php +++ b/projects/plugins/jetpack/class.jetpack.php @@ -2297,6 +2297,7 @@ public function handle_deprecated_modules( $modules ) { 'wpcc' => 'sso', // Closed out in 2.6 -- SSO provides the same functionality. 'gplus-authorship' => null, // Closed out in 3.2 -- Google dropped support. 'minileven' => null, // Closed out in 8.3 -- Responsive themes are common now, and so is AMP. + 'lazy-images' => null, // Closed out in 12.8 -- WordPress core now has native lazy loading. ); // Don't activate SSO if they never completed activating WPCC. diff --git a/projects/plugins/jetpack/modules/lazy-images.php b/projects/plugins/jetpack/modules/lazy-images.php deleted file mode 100644 index 7d76f756fb52f..0000000000000 --- a/projects/plugins/jetpack/modules/lazy-images.php +++ /dev/null @@ -1,30 +0,0 @@ -