Merge "Use escaped() instead of parse() in SkinVector::createULSLanguageButton"

This commit is contained in:
jenkins-bot 2021-05-24 16:02:39 +00:00 committed by Gerrit Code Review
commit d7e22f7f20
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ class SkinVector extends SkinMustache {
'label' => $this->msg(
'vector-language-button-label',
count( $this->getLanguagesCached() )
)->parse(),
)->escaped(),
'heading-class' =>
' vector-menu-heading ' .
' mw-ui-icon ' .