r65420 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65419‎ | r65420 | r65421 >
Date:05:30, 22 April 2010
Author:tisane
Status:deferred
Tags:
Comment:
Deleting unnecessary alias file
Modified paths:
  • /trunk/extensions/RPED/RPED.alias.php (deleted) (history)

Diff [purge]

Index: trunk/extensions/RPED/RPED.alias.php
@@ -1,19 +0,0 @@
2 -<?php
3 -/**
4 - * Aliases for special pages of RPED extension.
5 - */
6 -
7 -$aliases = array();
8 -
9 -/** English
10 - * @author Tisane
11 - */
12 -$aliases['en'] = array(
13 - 'RPED' => array( 'RPED' ),
14 -);
15 -
16 -/** Arabic (العربية) */
17 -$aliases['ar'] = array(
18 - 'RPED' => array( 'ربيد' ),
19 -);
20 -

Status & tagging log