Index: trunk/extensions/CodeReview/ui/CodeStatusListView.php |
— | — | @@ -11,7 +11,7 @@ |
12 | 12 | global $wgOut; |
13 | 13 | $name = $this->mRepo->getName(); |
14 | 14 | $states = CodeRevision::getPossibleStates(); |
15 | | - $wgOut->addWikiText( "== " . wfMsg ( "code-field-status" ) . " ==\n" ); |
| 15 | + $wgOut->wrapWikiMsg( "== $1 ==\n", 'code-field-status' ); |
16 | 16 | |
17 | 17 | $table_rows = ''; |
18 | 18 | foreach ( $states as $state ) { |