r12147 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r12146‎ | r12147 | r12148 >
Date:06:50, 19 December 2005
Author:eloquence
Status:old
Tags:
Comment:
-remnants of NS_LINKED_NAMES
Modified paths:
  • /branches/wikidata/phase3/includes/Defines.php (modified) (history)
  • /branches/wikidata/phase3/includes/SpecialNamespaces.php (modified) (history)

Diff [purge]

Index: branches/wikidata/phase3/includes/Defines.php
@@ -138,7 +138,6 @@
139139 define('NS_DUPLICATE_NAMES',4);
140140 define('NS_INTERWIKI_NAMES',5);
141141 define('NS_PREFIX_NAMES',6);
142 -define('NS_LINKED_NAMES',7);
143142 /**#@-*/
144143
145144 /**#@+
Index: branches/wikidata/phase3/includes/SpecialNamespaces.php
@@ -673,14 +673,6 @@
674674 .wfMsg('namespace_name_prefix').
675675 '</td></tr>';
676676 }
677 - foreach($result[NS_LINKED_NAMES] as $linkedName) {
678 - $htmltable.=
679 - '<tr><td>'
680 - .$linkedName.
681 - '</td><td>'
682 - .wfMsg('namespace_name_linked').
683 - '</td></tr>';
684 - }
685677
686678 # Close table
687679 $htmltable .= '</table>'."\n";

Status & tagging log