mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Gadgets
synced 2024-11-15 03:23:51 +00:00
More deprecated method call removals and updates
This commit is contained in:
parent
3922e6686b
commit
3a82759a8a
|
@ -122,8 +122,6 @@ function wfGadgetsGetPreferences( $user, &$preferences ) {
|
|||
$gadgets = wfLoadGadgetsStructured();
|
||||
if (!$gadgets) return true;
|
||||
|
||||
wfLoadExtensionMessages( 'Gadgets' );
|
||||
|
||||
$options = array();
|
||||
foreach( $gadgets as $section => $thisSection ) {
|
||||
if ( $section !== '' ) {
|
||||
|
|
Loading…
Reference in a new issue