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:
tonythomas01 2014-01-12 14:57:48 +05:30
parent 274bc08b24
commit c5dea20d99

View file

@ -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 ) ) {