Revert "Added Namespace support"

This reverts commit a9840b77e8.
This commit is contained in:
c0nnex
2015-09-30 01:50:19 +02:00
parent a9840b77e8
commit 4c3c5e4931
3 changed files with 9 additions and 96 deletions

View File

@ -189,10 +189,6 @@
/// @ingroup config
$wgLinkTitlesTimeLimit = 0.2;
/// Namespaces to search in weighted order.
/// Namespace of the page will always to highest weight, rest in given order
$wgLinkTitlesNamespaces = array(NS_USER);
/// @cond
$wgExtensionCredits['parserhook'][] = array(
'path' => __FILE__,