From ed23a8bcb55f63193cb71368bf8b6bbaf63db8ff Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Fri, 3 Nov 2006 22:33:46 +0000 Subject: [PATCH] Documentation issues for wfMsgReal - convert incorrect usage of @return to @param; and add stub documentation for two undocumented paramters --- includes/GlobalFunctions.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 4bc23e2a57..38d89fd658 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -375,9 +375,11 @@ function wfMsgNoDBForContent( $key ) { /** * Really get a message - * @return $key String: key to get. - * @return $args - * @return $useDB Boolean + * @param $key String: key to get. + * @param $args + * @param $useDB Boolean + * @param $transform Boolean: Whether or not to transform the message. + * @param $forContent Boolean * @return String: the requested message. */ function wfMsgReal( $key, $args, $useDB = true, $forContent=false, $transform = true ) { -- 2.20.1