Index: trunk/extensions/WikiBhasha/wikibhasha.alias.php |
— | — | @@ -1,12 +0,0 @@ |
2 | | -<?php |
3 | | - |
4 | | -$specialPageAliases = array(); |
5 | | - |
6 | | -$specialPageAliases['en'] = array( |
7 | | - 'WikiBhasha' => array( 'WikiBhasha' ), |
8 | | -); |
9 | | - |
10 | | -/** |
11 | | - * For backwards compatibility with MediaWiki 1.15 and earlier. |
12 | | - */ |
13 | | -$aliases =& $specialPageAliases; |
Index: trunk/extensions/WikiBhasha/WikiBhasha.alias.php |
— | — | @@ -0,0 +1,12 @@ |
| 2 | +<?php |
| 3 | + |
| 4 | +$specialPageAliases = array(); |
| 5 | + |
| 6 | +$specialPageAliases['en'] = array( |
| 7 | + 'WikiBhasha' => array( 'WikiBhasha' ), |
| 8 | +); |
| 9 | + |
| 10 | +/** |
| 11 | + * For backwards compatibility with MediaWiki 1.15 and earlier. |
| 12 | + */ |
| 13 | +$aliases =& $specialPageAliases; |
Property changes on: trunk/extensions/WikiBhasha/WikiBhasha.alias.php |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 14 | + native |