Index: trunk/extensions/WikiEditor/README |
— | — | @@ -6,7 +6,7 @@ |
7 | 7 | |
8 | 8 | require_once( "$IP/extensions/WikiEditor/WikiEditor.php" ); |
9 | 9 | |
10 | | -# Before configuring this extension, see MediaWiki.php and become familiar with the initial state and structure of the |
| 10 | +# Before configuring this extension, see WikiEditor.php and become familiar with the initial state and structure of the |
11 | 11 | # $wgWikiEditorFeatures configuration variable. Essentially it's an array or 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. |