From: Ævar Arnfjörð Bjarmason Date: Wed, 4 May 2005 21:52:48 +0000 (+0000) Subject: * Clarified the difference between wfMsg and wfMsgForContent X-Git-Tag: 1.5.0alpha2~309 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=1b7839c4306a4892a819370f46dc12b5517d4dd4;p=lhc%2Fweb%2Fwiklou.git * Clarified the difference between wfMsg and wfMsgForContent --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 82911018b5..6234ecc8d7 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -335,7 +335,7 @@ function wfReadOnly() { /** - * Get a message from anywhere, for the UI elements + * Get a message from anywhere, for the current user language * * @param string */ @@ -346,7 +346,7 @@ function wfMsg( $key ) { } /** - * Get a message from anywhere, for the content + * Get a message from anywhere, for the current global language */ function wfMsgForContent( $key ) { global $wgForceUIMsgAsContentMsg;