Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -2296,7 +2296,7 @@ |
2297 | 2297 | /** |
2298 | 2298 | * Since wfMsg() and co suck, they don't return false if the message key they |
2299 | 2299 | * looked up didn't exist but a XHTML string, this function checks for the |
2300 | | - * nonexistance of messages by looking at wfMsg() output |
| 2300 | + * nonexistance of messages by checking the MessageCache::get() result directly. |
2301 | 2301 | * |
2302 | 2302 | * @param $key String: the message key looked up |
2303 | 2303 | * @return Boolean True if the message *doesn't* exist. |