Index: trunk/extensions/Nuke/SpecialNuke.php |
— | — | @@ -5,6 +5,13 @@ |
6 | 6 | |
7 | 7 | $wgExtensionFunctions[] = 'wfSetupNuke'; |
8 | 8 | |
| 9 | +$wgExtensionCredits['specialpage'][] = array( |
| 10 | + 'name' => 'Nuke', |
| 11 | + 'description' => 'Gives sysops the ability to mass delete pages', |
| 12 | + 'author' => 'Brion Vibber', |
| 13 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:Nuke' |
| 14 | +); |
| 15 | + |
9 | 16 | $wgGroupPermissions['sysop']['nuke'] = true; |
10 | 17 | $wgAvailableRights[] = 'nuke'; |
11 | 18 | |
Index: trunk/extensions/ConfirmAccount/SpecialConfirmAccount.php |
— | — | @@ -16,7 +16,8 @@ |
17 | 17 | $wgExtensionCredits['specialpage'][] = array( |
18 | 18 | 'name' => 'Confirm user accounts', |
19 | 19 | 'description' => 'Gives bureaucrats the ability to confirm account requests', |
20 | | - 'author' => 'Aaron Schulz' |
| 20 | + 'author' => 'Aaron Schulz', |
| 21 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:ConfirmAccount' |
21 | 22 | ); |
22 | 23 | |
23 | 24 | # Set the person's bio as their userpage? |