Index: trunk/extensions/WikiEditor/README |
— | — | @@ -7,7 +7,7 @@ |
8 | 8 | require_once( "$IP/extensions/WikiEditor/WikiEditor.php" ); |
9 | 9 | |
10 | 10 | # 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 |
12 | 12 | # containing global and user keys with boolean values. "global" indicates that it should be turned on for everyone |
13 | 13 | # always, while user indicates that users should be allowed to turn it on or off in their user preferences. |
14 | 14 | |
Index: trunk/extensions/Vector/README |
— | — | @@ -7,7 +7,7 @@ |
8 | 8 | require_once( "$IP/extensions/Vector/Vector.php" ); |
9 | 9 | |
10 | 10 | # 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 |
12 | 12 | # global and user keys with boolean values. "global" indicates that it should be turned on for everyone always, while |
13 | 13 | # user indicates that users should be allowed to turn it on or off in their user preferences. |
14 | 14 | |