r40489 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40488‎ | r40489 | r40490 >
Date:14:10, 5 September 2008
Author:siebrand
Status:old
Tags:
Comment:
Add file I forgot in previous commit
Modified paths:
  • /trunk/extensions/WhoIsWatching/SpecialWhoIsWatching.alias.php (added) (history)

Diff [purge]

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
113 + native
Added: svn:keywords
214 + Id