From 1b7839c4306a4892a819370f46dc12b5517d4dd4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Wed, 4 May 2005 21:52:48 +0000 Subject: [PATCH] * Clarified the difference between wfMsg and wfMsgForContent --- includes/GlobalFunctions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.20.1