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
|
<?php
|
||||||
/**
|
/**
|
||||||
* Hooks for Vector extension
|
* Hooks for WikiEditor extension
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
* @ingroup Extensions
|
* @ingroup Extensions
|
||||||
|
@ -636,7 +636,7 @@ class WikiEditorHooks {
|
||||||
/**
|
/**
|
||||||
* GetPreferences hook
|
* GetPreferences hook
|
||||||
*
|
*
|
||||||
* Adds Vector-releated items to the preferences
|
* Adds WikiEditor-releated items to the preferences
|
||||||
*
|
*
|
||||||
* @param $out User current user
|
* @param $out User current user
|
||||||
* @param $skin array list of default user preference controls
|
* @param $skin array list of default user preference controls
|
||||||
|
@ -659,7 +659,7 @@ class WikiEditorHooks {
|
||||||
/**
|
/**
|
||||||
* MakeGlobalVariablesScript hook
|
* MakeGlobalVariablesScript hook
|
||||||
*
|
*
|
||||||
* Adds enabled/disabled switches for Vector modules
|
* Adds enabled/disabled switches for WikiEditor modules
|
||||||
*/
|
*/
|
||||||
public static function makeGlobalVariablesScript( &$vars ) {
|
public static function makeGlobalVariablesScript( &$vars ) {
|
||||||
global $wgWikiEditorFeatures;
|
global $wgWikiEditorFeatures;
|
||||||
|
|
Loading…
Reference in a new issue