Steps to reproduce
- Add $wgUseXssLanguage = true; to your LocalSettings.php (a new feature from T340201)
- Load http://localhost:8080/wiki/Special:GlobalBlock?uselang=x-xss
Expected behaviour: No alert boxes are shown
Observed behaviour: An alert box is shown with the text content parentheses
Extra information
A usage of the parentheses message via ::text is not escaped for display in GlobalBlocking::buildSubtitleLinks.