Follow up for r44669: simplfy code. Thanks to IAlex and Nikerabbit
authorRaimond Spekking <raymond@users.mediawiki.org>
Tue, 16 Dec 2008 13:03:19 +0000 (13:03 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Tue, 16 Dec 2008 13:03:19 +0000 (13:03 +0000)
includes/specials/SpecialUndelete.php

index 6bcba24..1361fa0 100644 (file)
@@ -700,7 +700,7 @@ class UndeleteForm {
                        return;
                }
 
-               $wgOut->addHTML( wfMsgExt( 'undeletepagetext', array( 'parseinline' ), $wgLang->formatNum( $result->numRows() ) ) );
+               $wgOut->addWikiMsg( 'undeletepagetext', $wgLang->formatNum( $result->numRows() ) );
 
                $sk = $wgUser->getSkin();
                $undelete = SpecialPage::getTitleFor( 'Undelete' );