Index: trunk/phase3/includes/specials/SpecialLonelypages.php |
— | — | @@ -34,7 +34,7 @@ |
35 | 35 | } |
36 | 36 | |
37 | 37 | function getPageHeader() { |
38 | | - return wfMsgExt( 'lonelypagestext', array( 'parse' ) ); |
| 38 | + return $this->msg( 'lonelypagestext' )->parseAsBlock(); |
39 | 39 | } |
40 | 40 | |
41 | 41 | function sortDescending() { |