mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-12 01:08:39 +00:00
Popups.php: Remove unused top-level variables
Also whitespace. Change-Id: I126244bb426f898ecbacc7f7c285f8338bf75046
This commit is contained in:
parent
82986bb45f
commit
306816b5ff
|
@ -32,9 +32,6 @@ $wgExtensionCredits['betafeatures'][] = array(
|
|||
'url' => 'https://www.mediawiki.org/wiki/Extension:Popups',
|
||||
);
|
||||
|
||||
$localBasePath = dirname( __DIR__ ) . '/Popups';
|
||||
$remoteExtPath = 'Popups';
|
||||
|
||||
$wgAutoloadClasses['PopupsHooks'] = __DIR__ . '/Popups.hooks.php';
|
||||
$wgMessagesDirs['Popups'] = __DIR__ . '/i18n';
|
||||
$wgExtensionMessagesFiles['Popups'] = __DIR__ . '/Popups.i18n.php';
|
||||
|
@ -70,7 +67,7 @@ $wgHooks[ 'ResourceLoaderRegisterModules' ][] = function ( ResourceLoader &$reso
|
|||
'resources/ext.popups.core.less',
|
||||
'resources/ext.popups.animation.less',
|
||||
),
|
||||
'dependencies' => $moduleDependencies,
|
||||
'dependencies' => $moduleDependencies,
|
||||
'messages' => array(
|
||||
'popups-last-edited',
|
||||
'popups-redirects',
|
||||
|
|
Loading…
Reference in a new issue