From: jenkins-bot Date: Mon, 14 Dec 2015 00:22:51 +0000 (+0000) Subject: Merge "Comment out getSubpagesForPrefixSearch of Special:Tags" X-Git-Tag: 1.31.0-rc.0~8702 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles_versions%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=commitdiff_plain;h=6ecdc5cd27d53442dd379928fcd831a86eeb07f6;hp=5c84d4c1d36dc7b5bd65d24a20781e69de56133f;p=lhc%2Fweb%2Fwiklou.git Merge "Comment out getSubpagesForPrefixSearch of Special:Tags" --- diff --git a/includes/specials/SpecialTags.php b/includes/specials/SpecialTags.php index 0cef7b0571..c03f81184f 100644 --- a/includes/specials/SpecialTags.php +++ b/includes/specials/SpecialTags.php @@ -457,11 +457,12 @@ class SpecialTags extends SpecialPage { * @return string[] subpages */ public function getSubpagesForPrefixSearch() { + // The subpages does not have an own form, so not listing it at the moment return array( - 'delete', - 'activate', - 'deactivate', - 'create', + // 'delete', + // 'activate', + // 'deactivate', + // 'create', ); }