mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-27 17:00:37 +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';
|
||||
|
|
Loading…
Reference in a new issue