Index: branches/wikidata/phase3/includes/Defines.php |
— | — | @@ -138,7 +138,6 @@ |
139 | 139 | define('NS_DUPLICATE_NAMES',4); |
140 | 140 | define('NS_INTERWIKI_NAMES',5); |
141 | 141 | define('NS_PREFIX_NAMES',6); |
142 | | -define('NS_LINKED_NAMES',7); |
143 | 142 | /**#@-*/ |
144 | 143 | |
145 | 144 | /**#@+ |
Index: branches/wikidata/phase3/includes/SpecialNamespaces.php |
— | — | @@ -673,14 +673,6 @@ |
674 | 674 | .wfMsg('namespace_name_prefix'). |
675 | 675 | '</td></tr>'; |
676 | 676 | } |
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 | | - } |
685 | 677 | |
686 | 678 | # Close table |
687 | 679 | $htmltable .= '</table>'."\n"; |