r77052 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77051‎ | r77052 | r77053 >
Date:07:01, 20 November 2010
Author:tstarling
Status:ok
Tags:
Comment:
Fix typo in doc comment.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -2297,7 +2297,7 @@
22982298 * 'scripts' => 'myExtension.js',
22992299 * 'styles' => 'myExtension.css',
23002300 * 'dependencies' => array( 'jquery.cookie', 'jquery.tabIndex' ),
2301 - * 'localBasePath' => dirname( __FILE ),
 2301+ * 'localBasePath' => dirname( __FILE__ ),
23022302 * 'remoteExtPath' => 'MyExtension',
23032303 * );
23042304 */

Status & tagging log