Fixed copy-paste remnants, specifically the use of the name Vector instead of WikiEditor.

This commit is contained in:
Trevor Parscal 2010-10-01 18:15:10 +00:00
parent bb0bf5d772
commit 00f4af97cd

View file

@ -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;