jenkins-bot has submitted this change and it was merged.
Change subject: Escape parentheses message on watchlist pages
......................................................................
Escape parentheses message on watchlist pages
Change-Id: Ie9943d7da81d16fcd95558f681af68ef9d392bfe
---
M includes/specials/SpecialEditWatchlist.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Umherirrender: Looks good to me, approved
jenkins-bot: Verified
diff --git a/includes/specials/SpecialEditWatchlist.php
b/includes/specials/SpecialEditWatchlist.php
index 50a52b8..ffe7892 100644
--- a/includes/specials/SpecialEditWatchlist.php
+++ b/includes/specials/SpecialEditWatchlist.php
@@ -760,7 +760,7 @@
return Html::rawElement(
'span',
array( 'class' => 'mw-watchlist-toollinks' ),
- wfMessage( 'parentheses', $wgLang->pipeList( $tools )
)->text()
+ wfMessage( 'parentheses' )->rawParams(
$wgLang->pipeList( $tools ) )->escaped()
);
}
}
--
To view, visit https://gerrit.wikimedia.org/r/177970
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie9943d7da81d16fcd95558f681af68ef9d392bfe
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>
Gerrit-Reviewer: Nemo bis <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: Umherirrender <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits