From 74667197d687d5c51fee371bbcfba14aaafc5e27 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Tue, 26 Feb 2013 10:41:02 +0000 Subject: [PATCH] Refresh docs for wfMessage Change-Id: I53d2d32e7d6972171f3c2430412a44eea0b5b0a8 --- includes/GlobalFunctions.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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 -- 2.20.1