mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-23 15:57:15 +00:00
Fixed typo in r73179
This commit is contained in:
parent
a8a3b67566
commit
a5d394086c
2
README
2
README
|
@ -6,7 +6,7 @@
|
|||
|
||||
require_once( "$IP/extensions/WikiEditor/WikiEditor.php" );
|
||||
|
||||
# Before configuring this extension, see MediaWiki.php and become familiar with the initial state and structure of the
|
||||
# Before configuring this extension, see WikiEditor.php and become familiar with the initial state and structure of the
|
||||
# $wgWikiEditorFeatures configuration variable. Essentially it's an array or arrays, keyed by feature name, each
|
||||
# containing global and user keys with boolean values. "global" indicates that it should be turned on for everyone
|
||||
# always, while user indicates that users should be allowed to turn it on or off in their user preferences.
|
||||
|
|
Loading…
Reference in a new issue