Skip to content

Commit

Permalink
Always return true for ThumbnailBeforeProduceHTML
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 authored May 31, 2024
1 parent fe340c7 commit c907d0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -1058,4 +1058,5 @@
if ( strpos( $class, 'mw-image-nolazyload' ) !== false ) {
$attribs['loading'] = 'eager';
}
return true;
};

0 comments on commit c907d0d

Please sign in to comment.