mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Nuke
synced 2024-11-15 11:59:48 +00:00
* Remove $wgExtensionCredits['description'] where $wgExtensionCredits['descriptionmsg'] present. This feature was introduced in MediaWiki 1.12, and 'description' is not used if 'descriptionmsg' is present.
* Random indentation updates and trailing whitespace removed
This commit is contained in:
parent
36f15e324d
commit
01458affba
|
@ -11,7 +11,6 @@ $wgExtensionAliasesFiles['Nuke'] = $dir . 'SpecialNuke.alias.php';
|
|||
$wgExtensionCredits['specialpage'][] = array(
|
||||
'path' => __FILE__,
|
||||
'name' => 'Nuke',
|
||||
'description' => 'Gives sysops the ability to mass delete pages',
|
||||
'descriptionmsg' => 'nuke-desc',
|
||||
'author' => 'Brion Vibber',
|
||||
'url' => 'http://www.mediawiki.org/wiki/Extension:Nuke'
|
||||
|
|
Loading…
Reference in a new issue