r27417 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r27416‎ | r27417 | r27418 >
Date:07:31, 12 November 2007
Author:tstarling
Status:old
Tags:
Comment:
doc tweak
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -1927,7 +1927,11 @@
19281928 * Extension messages files
19291929 * Associative array mapping extension name to the filename where messages can be found.
19301930 * The file must create a variable called $messages.
1931 - * When the messages are needed, the extension should call wfLoadMessagesFile()
 1931+ * When the messages are needed, the extension should call wfLoadExtensionMessages().
 1932+ *
 1933+ * Example:
 1934+ * $wgExtensionMessagesFiles['ConfirmEdit'] = dirname(__FILE__).'/ConfirmEdit.i18n.php';
 1935+ *
19321936 */
19331937 $wgExtensionMessagesFiles = array();
19341938

Status & tagging log