X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fspecials%2FSpecialPrefixindex.php;h=34ffa07363e1856b28e8463d913487067facba47;hp=46715918b54818f2fb06d870b0a80b0f664a94f0;hb=2291e9f3bbf22ec1781f7bb0fa4f2776489a2868;hpb=0e80bbf07dd6bfc5130561e7dfe5738e85518807 diff --git a/includes/specials/SpecialPrefixindex.php b/includes/specials/SpecialPrefixindex.php index 46715918b5..34ffa07363 100644 --- a/includes/specials/SpecialPrefixindex.php +++ b/includes/specials/SpecialPrefixindex.php @@ -83,7 +83,7 @@ class SpecialPrefixindex extends SpecialAllPages { $showme = $from; } - // Bug 27864: if transcluded, show all pages instead of the form. + // T29864: if transcluded, show all pages instead of the form. if ( $this->including() || $showme != '' || $ns !== null ) { $this->showPrefixChunk( $namespace, $showme, $from ); } else {