Index: trunk/extensions/CheckUser/CheckUser_body.php |
— | — | @@ -894,7 +894,7 @@ |
895 | 895 | $key = wfMemcKey( 'acctcreate', 'ip', $ip ); |
896 | 896 | $count = intval( $wgMemc->get( $key ) ); |
897 | 897 | if( $count ) { |
898 | | - $flags[] = '<strong>[' . wfMsgExt( 'checkuser-accounts', 'parsemag', $wgLang->formatNum( $count ) . ']</strong>'; |
| 898 | + $flags[] = '<strong>[' . wfMsgExt( 'checkuser-accounts', 'parsemag', $wgLang->formatNum( $count ) ) . ']</strong>'; |
899 | 899 | } |
900 | 900 | } |
901 | 901 | $s .= implode(' ',$flags); |