From: Tim Starling Date: Mon, 12 Nov 2007 07:31:25 +0000 (+0000) Subject: doc tweak X-Git-Tag: 1.31.0-rc.0~50906 X-Git-Url: https://git.cyclocoop.org/admin/%7B%7Blocalurl:Special:UserLogin%7D%7D?a=commitdiff_plain;h=a19a82b2b7b1a2faf6f880cc032caec524e5aa36;p=lhc%2Fweb%2Fwiklou.git doc tweak --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index f32e9d1be4..a79f3470c3 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1927,7 +1927,11 @@ $wgSkinExtensionFunctions = array(); * Extension messages files * Associative array mapping extension name to the filename where messages can be found. * The file must create a variable called $messages. - * When the messages are needed, the extension should call wfLoadMessagesFile() + * When the messages are needed, the extension should call wfLoadExtensionMessages(). + * + * Example: + * $wgExtensionMessagesFiles['ConfirmEdit'] = dirname(__FILE__).'/ConfirmEdit.i18n.php'; + * */ $wgExtensionMessagesFiles = array();