Merge "Revert "Change message transformation method""

This commit is contained in:
jenkins-bot 2018-07-11 00:24:00 +00:00 committed by Gerrit Code Review
commit a50e4d6b8c

View file

@ -290,7 +290,7 @@ class AbuseFilterViewEdit extends AbuseFilterView {
Html::warningBox(
$this->msg( 'abusefilter-edit-throttled-warning' )
->plaintextParams( $lang->commaList( $throttledActions ) )
->escaped()
->text()
)
);
}