Localisation updates from Betawiki.
[lhc/web/wiklou.git] / includes / SpecialWithoutinterwiki.php
index ca076a8..3346458 100644 (file)
@@ -14,7 +14,7 @@ class WithoutInterwikiPage extends PageQueryPage {
        }
 
        function getPageHeader() {
-               return '<p>' . wfMsgWithLinks( 'withoutinterwiki-header' ) . '</p>';
+               return '<p>' . wfMsgExt( 'withoutinterwiki-header', array( 'parseinline' ) ) . '</p>';
        }
 
        function sortDescending() {
@@ -53,4 +53,4 @@ function wfSpecialWithoutinterwiki() {
        $wip->doQuery( $offset, $limit );
 }
 
-?>
+