Index: trunk/phase3/includes/ChangesList.php |
— | — | @@ -534,6 +534,7 @@ |
535 | 535 | $r .= $users; |
536 | 536 | |
537 | 537 | if($block[0]->numberofWatchingusers > 0) { |
| 538 | + global $wgContLang; |
538 | 539 | $r .= wfMsg('number_of_watching_users_RCview', $wgContLang->formatNum($block[0]->numberofWatchingusers)); |
539 | 540 | } |
540 | 541 | $r .= "<br />\n"; |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -600,6 +600,7 @@ |
601 | 601 | * (bug 4875) Define a div containing the shared image description |
602 | 602 | * (bug 4860) Expose Title->userCan() as Hooks |
603 | 603 | * (bug 4828) Fix genitive month-name variable for cs, pl, uk |
| 604 | +* (bug 4842) Fix 'show number of watching users' with enhanced RC |
604 | 605 | |
605 | 606 | |
606 | 607 | === Caveats === |