Index: trunk/phase3/includes/RecentChange.php |
— | — | @@ -593,7 +593,7 @@ |
594 | 594 | return $trail; |
595 | 595 | } |
596 | 596 | |
597 | | - protected function getIRCLine() { |
| 597 | + public function getIRCLine() { |
598 | 598 | global $wgUseRCPatrol, $wgUseNPPatrol, $wgRC2UDPInterwikiPrefix, $wgLocalInterwiki; |
599 | 599 | |
600 | 600 | // FIXME: Would be good to replace these 2 extract() calls with something more explicit |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -29,7 +29,7 @@ |
30 | 30 | * Added "Advanced search" link to the search form |
31 | 31 | * Special:Upload can now have a custom upload message instead of uploadtext by |
32 | 32 | passing "uploadmsg" parameter in the url |
33 | | -* (bug 9947) Add PROTECTIONLEVEL parser funtion to return the protection level |
| 33 | +* (bug 9947) Add PROTECTIONLEVEL parser function to return the protection level |
34 | 34 | for the current page for a given action |
35 | 35 | * Added "__\" magic word to eat up all whitespace and newlines to the next |
36 | 36 | non-whitespace character, to facilitate writing readable template code where |