Follow on r49656, more comment added.
authorPhilip Tzou <philip@users.mediawiki.org>
Mon, 20 Apr 2009 04:33:37 +0000 (04:33 +0000)
committerPhilip Tzou <philip@users.mediawiki.org>
Mon, 20 Apr 2009 04:33:37 +0000 (04:33 +0000)
includes/GlobalFunctions.php

index bf93bbb..3872071 100644 (file)
@@ -1963,6 +1963,7 @@ function wfGetCachedNotice( $name ) {
        }
 
        wfProfileOut( $fname );
+       // Use $wgContLang to get a converted string by language.
        global $wgContLang;
        return $wgContLang->convert( $notice );
 }