Skip to content

Commit

Permalink
Update article counter
Browse files Browse the repository at this point in the history
  • Loading branch information
lakejason0 committed Jul 23, 2021
1 parent d01a403 commit 909e0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SkinLakeus.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public function getTemplateData() {

$data["html-articlecount"] = SiteStats::articles();
// trying to overwrite
$data["msg-lakeus-articlecount"] = wfMessage( 'lakeus-articlecount' )->numParams( SiteStats::articles() )->plain();
$data["msg-lakeus-articlecount"] = wfMessage( 'lakeus-articlecount' )->numParams( SiteStats::articles() )->parse();

return $data;
}
Expand Down

0 comments on commit 909e0a9

Please sign in to comment.