From: Chad Horohoe Date: Thu, 5 May 2011 05:26:27 +0000 (+0000) Subject: (bug 28641) Doc fix for wfEmptyMsg() X-Git-Tag: 1.31.0-rc.0~30397 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/?a=commitdiff_plain;h=4f8dca8044e38267e614aef96734c9e678195ed4;p=lhc%2Fweb%2Fwiklou.git (bug 28641) Doc fix for wfEmptyMsg() --- 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.