Skip to content

Commit

Permalink
Lazy Images: remove module
Browse files Browse the repository at this point in the history
The module was deprecated in #33782. We can now safely remove the module from the plugin.
  • Loading branch information
jeherve committed Mar 4, 2024
1 parent 678eaca commit 292b753
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 30 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

Lazy Images: remove module now that it has been deprecated for a few releases.
1 change: 1 addition & 0 deletions projects/plugins/jetpack/class.jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
30 changes: 0 additions & 30 deletions projects/plugins/jetpack/modules/lazy-images.php

This file was deleted.

0 comments on commit 292b753

Please sign in to comment.