https://bugzilla.wikimedia.org/show_bug.cgi?id=18452
--- Comment #2 from jacki buros <[email protected]> 2009-04-14 02:49:00 UTC --- Yes, certainly. Here is the section of our LocalSettings.php which defines these: define("NS_NEWS", 100); define("NS_NEWS_TALK", 101); $wgExtraNamespaces[NS_NEWS] = "News"; $wgExtraNamespaces[NS_NEWS_TALK] = "News_talk"; $wgNamespacesToBeSearchedDefault = array( NS_MAIN => true, NS_NEWS => true, ); $wgContentNamespaces[] = array(0,NS_NEWS); -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
