Georggi199 has uploaded a new change for review.

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

Change subject: Removed '$1' on line 395
......................................................................

Removed '$1' on line 395

Removed '$1' on line 395, it should no longer appear in the text.

Bug T97639

Change-Id: I7f225df684c20f4d0606f001b90a7fb97595600d
---
M includes/specials/SpecialTags.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/87/257687/1

diff --git a/includes/specials/SpecialTags.php 
b/includes/specials/SpecialTags.php
index 97f2380..bf05c03 100644
--- a/includes/specials/SpecialTags.php
+++ b/includes/specials/SpecialTags.php
@@ -392,7 +392,7 @@
                $func = $activate ? 'canActivateTag' : 'canDeactivateTag';
                $result = ChangeTags::$func( $tag, $user );
                if ( !$result->isGood() ) {
-                       $out->wrapWikiMsg( "<div class=\"error\">\n$1" . 
$result->getWikiText() .
+                       $out->wrapWikiMsg( "<div class=\"error\">\n" . 
$result->getWikiText() .
                                "\n</div>" );
                        if ( !$result->isOK() ) {
                                return;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7f225df684c20f4d0606f001b90a7fb97595600d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Georggi199 <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to