Index: trunk/extensions/WhoIsWatching/SpecialWhoIsWatching.alias.php |
— | — | @@ -0,0 +1,11 @@ |
| 2 | +<?php |
| 3 | +/** |
| 4 | + * Aliases for special pages |
| 5 | + * |
| 6 | + */ |
| 7 | + |
| 8 | +$aliases = array(); |
| 9 | + |
| 10 | +$aliases['en'] = array( |
| 11 | + 'WhoIsWatching' => array( 'WhoIsWatching' ), |
| 12 | +); |
Property changes on: trunk/extensions/WhoIsWatching/SpecialWhoIsWatching.alias.php |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 13 | + native |
Added: svn:keywords |
2 | 14 | + Id |