doc tweak
authorTim Starling <tstarling@users.mediawiki.org>
Mon, 12 Nov 2007 07:31:25 +0000 (07:31 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Mon, 12 Nov 2007 07:31:25 +0000 (07:31 +0000)
includes/DefaultSettings.php

index f32e9d1..a79f347 100644 (file)
@@ -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();