Index: trunk/extensions/Oversight/HideRevision.php |
— | — | @@ -38,6 +38,12 @@ |
39 | 39 | // $wgGroupPermissions['quiscustodiet']['oversight'] = true; |
40 | 40 | |
41 | 41 | $wgExtensionFunctions[] = 'hrSetup'; |
| 42 | +$wgExtensionCredits['specialpage'][] = array( |
| 43 | + 'name' => 'Oversight', |
| 44 | + 'author' => 'Brion Vibber', |
| 45 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:Oversight', |
| 46 | + 'description' => 'Hide individual revisions from all users for legal reasons, etc.', |
| 47 | +); |
42 | 48 | |
43 | 49 | $wgSpecialPages['HideRevision'] = array( 'SpecialPage', 'HideRevision', 'hiderevision', |
44 | 50 | /*listed*/ true, /*function*/ false, /*file*/ false ); |