Merge "Comment out getSubpagesForPrefixSearch of Special:Tags"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 14 Dec 2015 00:22:51 +0000 (00:22 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 14 Dec 2015 00:22:51 +0000 (00:22 +0000)
includes/specials/SpecialTags.php

index 0cef7b0..c03f811 100644 (file)
@@ -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',
                );
        }