r89815 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89814‎ | r89815 | r89816 >
Date:06:03, 10 June 2011
Author:raymond
Status:ok
Tags:
Comment:
Followup r89768: Add alias file. svn add forgotten.
Modified paths:
  • /trunk/extensions/Notificator/Notificator.alias.php (added) (history)

Diff [purge]

Index: trunk/extensions/Notificator/Notificator.alias.php
@@ -0,0 +1,19 @@
 2+<?php
 3+/**
 4+ * Aliases for special pages
 5+ *
 6+ * @file
 7+ * @ingroup Extensions
 8+ */
 9+
 10+$specialPageAliases = array();
 11+
 12+/** English (English) */
 13+$specialPageAliases['en'] = array(
 14+ 'Notificator' => array( 'Notificator' ),
 15+);
 16+
 17+/**
 18+ * For backwards compatibility with MediaWiki 1.15 and earlier.
 19+ */
 20+$aliases =& $specialPageAliases;
\ No newline at end of file
Property changes on: trunk/extensions/Notificator/Notificator.alias.php
___________________________________________________________________
Added: svn:eol-style
121 + native

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89768* Move special page alias defintion to its own file...raymond10:59, 9 June 2011

Status & tagging log