From: Niklas Laxström Date: Tue, 26 Feb 2013 10:41:02 +0000 (+0000) Subject: Refresh docs for wfMessage X-Git-Tag: 1.31.0-rc.0~20568 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=74667197d687d5c51fee371bbcfba14aaafc5e27;p=lhc%2Fweb%2Fwiklou.git Refresh docs for wfMessage Change-Id: I53d2d32e7d6972171f3c2430412a44eea0b5b0a8 --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index be862e7b57..a2b882ff89 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -1386,9 +1386,13 @@ function wfUILang() { } /** - * This is the new function for getting translated interface messages. - * See the Message class for documentation how to use them. - * The intention is that this function replaces all old wfMsg* functions. + * This is the function for getting translated interface messages. + * + * @see Message class for documentation how to use them. + * @see https://www.mediawiki.org/wiki/Manual:Messages_API + * + * This function replaces all old wfMsg* functions. + * * @param $key \string Message key. * Varargs: normal message parameters. * @return Message