mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-27 15:30:42 +00:00
Used [[MediaWiki:Parentheses]] instead of hardcoded parentheses
Corrected $s .= " ($examineLink)"; Corrected Wrong code Added the ' ' before parantheses Corrected spell error Bug: 50796 Change-Id: I50a0b93a86101e6556045d91d03a4784deacaaea
This commit is contained in:
parent
274bc08b24
commit
c5dea20d99
|
@ -84,7 +84,7 @@ class AbuseFilterChangesList extends OldChangesList {
|
|||
$examineParams
|
||||
);
|
||||
|
||||
$s .= " ($examineLink)";
|
||||
$s .= ' '.$this->msg( 'parentheses' )->rawParams( $examineLink )->escaped();
|
||||
|
||||
# If we have a match..
|
||||
if ( isset( $rc->filterResult ) ) {
|
||||
|
|
Loading…
Reference in a new issue