Index: trunk/extensions/SocialProfile/UserStats/SpecialUpdateEditCounts.php |
— | — | @@ -73,13 +73,10 @@ |
74 | 74 | __METHOD__ |
75 | 75 | ); |
76 | 76 | } |
77 | | - $wgOut->addHTML( |
78 | | - wfMsgExt( |
79 | | - 'updateeditcounts-updating', |
80 | | - 'parsemag', |
81 | | - $row->rev_user_text, |
82 | | - $editCount |
83 | | - ) |
| 77 | + $wgOut->addWikiMsg( |
| 78 | + 'updateeditcounts-updating', |
| 79 | + $row->rev_user_text, |
| 80 | + $editCount |
84 | 81 | ); |
85 | 82 | |
86 | 83 | $dbw->update( |
— | — | @@ -144,6 +141,6 @@ |
145 | 142 | $stats->updateTotalPoints(); |
146 | 143 | } |
147 | 144 | |
148 | | - $wgOut->addHTML( wfMsgExt( 'updateeditcounts-updated', 'parsemag', $x ) ); |
| 145 | + $wgOut->addWikiMsg( 'updateeditcounts-updated', $x ); |
149 | 146 | } |
150 | 147 | } |