mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-24 00:06:49 +00:00
Fixed copy-paste remnants, specifically the use of the name Vector instead of WikiEditor.
This commit is contained in:
parent
bb0bf5d772
commit
00f4af97cd
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/**
|
||||
* Hooks for Vector extension
|
||||
* Hooks for WikiEditor extension
|
||||
*
|
||||
* @file
|
||||
* @ingroup Extensions
|
||||
|
@ -636,7 +636,7 @@ class WikiEditorHooks {
|
|||
/**
|
||||
* GetPreferences hook
|
||||
*
|
||||
* Adds Vector-releated items to the preferences
|
||||
* Adds WikiEditor-releated items to the preferences
|
||||
*
|
||||
* @param $out User current user
|
||||
* @param $skin array list of default user preference controls
|
||||
|
@ -659,7 +659,7 @@ class WikiEditorHooks {
|
|||
/**
|
||||
* MakeGlobalVariablesScript hook
|
||||
*
|
||||
* Adds enabled/disabled switches for Vector modules
|
||||
* Adds enabled/disabled switches for WikiEditor modules
|
||||
*/
|
||||
public static function makeGlobalVariablesScript( &$vars ) {
|
||||
global $wgWikiEditorFeatures;
|
||||
|
|
Loading…
Reference in a new issue