Umherirrender has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/257210

Change subject: Comment out getSubpagesForPrefixSearch of Special:Tags
......................................................................

Comment out getSubpagesForPrefixSearch of Special:Tags

The subpages does not have an own form, which makes listing worse.
Comment out to make clear there are not listed for a reason.
As per comment on I4bd99376bbddbbce1812119a43484f08e2360ff5

Change-Id: I076730dbaa99536cf2c85e3fb2602dc0e6289372
---
M includes/specials/SpecialTags.php
1 file changed, 5 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/10/257210/1

diff --git a/includes/specials/SpecialTags.php 
b/includes/specials/SpecialTags.php
index 97f2380..107fc68 100644
--- a/includes/specials/SpecialTags.php
+++ b/includes/specials/SpecialTags.php
@@ -457,11 +457,12 @@
         * @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',
                );
        }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/257210
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I076730dbaa99536cf2c85e3fb2602dc0e6289372
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <umherirrender_de...@web.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to