* Clarified the difference between wfMsg and wfMsgForContent
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Wed, 4 May 2005 21:52:48 +0000 (21:52 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Wed, 4 May 2005 21:52:48 +0000 (21:52 +0000)
includes/GlobalFunctions.php

index 8291101..6234ecc 100644 (file)
@@ -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;