r99344 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99343‎ | r99344 | r99345 >
Date:10:51, 9 October 2011
Author:raymond
Status:ok
Tags:
Comment:
r99229: Fix c&p error
Modified paths:
  • /trunk/extensions/ApiExplorer/ApiExplorer.alias.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ApiExplorer/ApiExplorer.alias.php
@@ -1,6 +1,6 @@
22 <?php
33 /**
4 - * Aliases for Special:404
 4+ * Aliases for Special:ApiExplorer
55 *
66 * @file
77 * @ingroup Extensions
@@ -13,10 +13,8 @@
1414 'ApiExplorer' => array( 'ApiExplorer' ),
1515 );
1616
17 -
18 -
19 -
2017 /**
2118 * For backwards compatibility with MediaWiki 1.15 and earlier.
2219 */
2320 $aliases =& $specialPageAliases;
 21+

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r99229Followup to r98191. Added alias file, changed to be a special page, and fixed...sean_colombo18:42, 7 October 2011

Status & tagging log