mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 01:10:07 +00:00
Add special page to the "users" section on Special:SpecialPages
Change-Id: Iaa8dae73c5987301384442b1ade81f91f7698c9a
This commit is contained in:
parent
d23bac6148
commit
d09640cfcd
1
Echo.php
1
Echo.php
|
@ -73,6 +73,7 @@ $wgAPIMetaModules['notifications'] = 'ApiEchoNotifications';
|
|||
// Special page
|
||||
$wgAutoloadClasses['SpecialNotifications'] = $dir . 'special/SpecialNotifications.php';
|
||||
$wgSpecialPages['Notifications'] = 'SpecialNotifications';
|
||||
$wgSpecialPageGroups['Notifications'] = 'users';
|
||||
|
||||
// Housekeeping hooks
|
||||
$wgHooks['LoadExtensionSchemaUpdates'][] = 'EchoHooks::getSchemaUpdates';
|
||||
|
|
Loading…
Reference in a new issue