Remove use of undefined constants NS_THREAD and NS_THREAD_TALK which make it impossib...
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 3 Feb 2005 20:42:36 +0000 (20:42 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 3 Feb 2005 20:42:36 +0000 (20:42 +0000)
includes/Namespace.php
languages/Language.php

index 625a2aa..360f7e6 100644 (file)
@@ -32,8 +32,6 @@ $wgCanonicalNamespaceNames = array(
        NS_HELP_TALK        => 'Help_talk',
        NS_CATEGORY             => 'Category',
        NS_CATEGORY_TALK    => 'Category_talk',
-    
-       NS_THREAD               => 'Thread' // Reserved for Forum-like
 );
 
 if( defined( 'MEDIAWIKI' ) && is_array( $wgExtraNamespaces ) ) {
index dadfe9e..5dbca75 100644 (file)
@@ -44,8 +44,6 @@ if($wgMetaNamespace === FALSE)
        NS_HELP_TALK        => 'Help_talk',
        NS_CATEGORY         => 'Category',
        NS_CATEGORY_TALK    => 'Category_talk',
-       NS_THREAD                       => 'Thread',
-       NS_THREAD_TALK          => 'Thread_talk',
 );
 
 if(isset($wgExtraNamespaces)) {