From: Zheng Zhu Date: Wed, 22 Sep 2004 03:53:13 +0000 (+0000) Subject: switch to wfMsgForContent() X-Git-Tag: 1.5.0alpha1~1894 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=9af30639ee3544157aea22e6e40aaa8ade767d8d;p=lhc%2Fweb%2Fwiklou.git switch to wfMsgForContent() --- diff --git a/includes/SpecialAllmessages.php b/includes/SpecialAllmessages.php index 5ceb40bf58..dd506e7798 100644 --- a/includes/SpecialAllmessages.php +++ b/includes/SpecialAllmessages.php @@ -27,8 +27,8 @@ function wfSpecialAllmessages() { foreach ( $sortedArray as $key => $enMsg ) { $messages[$key]['enmsg'] = $enMsg; - $messages[$key]['statmsg'] = wfMsgNoDbNoConvert( $key ); - $messages[$key]['msg'] = wfMsgNoConvert ( $key ); + $messages[$key]['statmsg'] = wfMsgNoDbForContent( $key ); + $messages[$key]['msg'] = wfMsgForContent ( $key ); } $wgMessageCache->enableTransform();