r38699 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r38698‎ | r38699 | r38700 >
Date:10:02, 6 August 2008
Author:mfarag
Status:old
Tags:
Comment:
Add specialPageAliases
Modified paths:
  • /branches/REL1_13/phase3/languages/messages/MessagesEn_gb.php (modified) (history)

Diff [purge]

Index: branches/REL1_13/phase3/languages/messages/MessagesEn_gb.php
@@ -7,6 +7,13 @@
88 * @author Jon Harald Søby
99 */
1010
 11+$specialPageAliases = array(
 12+ 'Uncategorizedpages' => array( 'UncategorisedPages' ),
 13+ 'Uncategorizedcategories' => array( 'UncategorisedCategories' ),
 14+ 'Uncategorizedimages' => array( 'UncategorisedImages' ),
 15+ 'Uncategorizedtemplates' => array( 'UncategorisedTemplates' ),
 16+);
 17+
1118 $messages = array(
1219 # Main script and global functions
1320 'nosuchactiontext' => 'The action specified by the URL is not recognised by the wiki',

Status & tagging log