* Changed the name of the wfNoMsg() function to wfEmptyMsg()
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
index b09eef7..7ca2d6b 100644 (file)
@@ -1435,7 +1435,7 @@ function wfAppendToArrayIfNotDefault( $key, $value, $default, &$changed ) {
  * @param $wfMsgOut The output of wfMsg*()
  * @return bool
  */
-function wfNoMsg( $msg, $wfMsgOut ) {
+function wfEmptyMsg( $msg, $wfMsgOut ) {
        return $wfMsgOut === "<$msg>";
 }
 ?>