From 4f8dca8044e38267e614aef96734c9e678195ed4 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 5 May 2011 05:26:27 +0000 Subject: [PATCH] (bug 28641) Doc fix for wfEmptyMsg() --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 20ce45a018..2c2accce24 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -2296,7 +2296,7 @@ function wfAppendToArrayIfNotDefault( $key, $value, $default, &$changed ) { /** * Since wfMsg() and co suck, they don't return false if the message key they * looked up didn't exist but a XHTML string, this function checks for the - * nonexistance of messages by looking at wfMsg() output + * nonexistance of messages by checking the MessageCache::get() result directly. * * @param $key String: the message key looked up * @return Boolean True if the message *doesn't* exist. -- 2.20.1