From a2f53e69c59e832c7cb6799fb132c155230bc49d Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Wed, 6 Jul 2005 14:09:40 +0000 Subject: [PATCH] Oh my god ! they killed the quotes ! --- includes/SpecialNewpages.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/SpecialNewpages.php b/includes/SpecialNewpages.php index 618375c29c..feb4c54105 100644 --- a/includes/SpecialNewpages.php +++ b/includes/SpecialNewpages.php @@ -8,7 +8,7 @@ /** * */ -require_once( "QueryPage.php" ); +require_once( 'QueryPage.php' ); /** * @@ -18,7 +18,7 @@ require_once( "QueryPage.php" ); class NewPagesPage extends QueryPage { function getName() { - return "Newpages"; + return 'Newpages'; } function isExpensive() { @@ -59,7 +59,7 @@ class NewPagesPage extends QueryPage { $u = $result->user; $ut = $result->user_text; - $length = wfMsg( "nbytes", $wgLang->formatNum( $result->length ) ); + $length = wfMsg( 'nbytes', $wgLang->formatNum( $result->length ) ); if ( $u == 0 ) { # not by a logged-in user $ul = $ut; -- 2.20.1