r74091 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74090‎ | r74091 | r74092 >
Date:19:32, 1 October 2010
Author:tparscal
Status:ok
Tags:
Comment:
Fixed typo in README
Modified paths:
  • /trunk/extensions/Vector/README (modified) (history)
  • /trunk/extensions/WikiEditor/README (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiEditor/README
@@ -7,7 +7,7 @@
88 require_once( "$IP/extensions/WikiEditor/WikiEditor.php" );
99
1010 # Before configuring this extension, see WikiEditor.php and become familiar with the initial state and structure of the
11 -# $wgWikiEditorFeatures configuration variable. Essentially it's an array or arrays, keyed by feature name, each
 11+# $wgWikiEditorFeatures configuration variable. Essentially it's an array of arrays, keyed by feature name, each
1212 # containing global and user keys with boolean values. "global" indicates that it should be turned on for everyone
1313 # always, while user indicates that users should be allowed to turn it on or off in their user preferences.
1414
Index: trunk/extensions/Vector/README
@@ -7,7 +7,7 @@
88 require_once( "$IP/extensions/Vector/Vector.php" );
99
1010 # Before configuring this extension, see Vector.php and become familiar with the initial state and structure of the
11 -# $wgVectorFeatures configuration variable. Essentially it's an array or arrays, keyed by feature name, each containing
 11+# $wgVectorFeatures configuration variable. Essentially it's an array of arrays, keyed by feature name, each containing
1212 # global and user keys with boolean values. "global" indicates that it should be turned on for everyone always, while
1313 # user indicates that users should be allowed to turn it on or off in their user preferences.
1414

Status & tagging log