Index: trunk/phase3/includes/specials/SpecialUnusedimages.php |
— | — | @@ -77,7 +77,7 @@ |
78 | 78 | } |
79 | 79 | |
80 | 80 | function getPageHeader() { |
81 | | - return wfMsgExt( 'unusedimagestext', array( 'parse' ) ); |
| 81 | + return $this->msg( 'unusedimagestext' )->parseAsBlock(); |
82 | 82 | } |
83 | 83 | |
84 | 84 | } |