r74084 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74083‎ | r74084 | r74085 >
Date:18:15, 1 October 2010
Author:tparscal
Status:ok
Tags:
Comment:
Fixed copy-paste remnants, specifically the use of the name Vector instead of WikiEditor.
Modified paths:
  • /trunk/extensions/WikiEditor/WikiEditor.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiEditor/WikiEditor.hooks.php
@@ -1,6 +1,6 @@
22 <?php
33 /**
4 - * Hooks for Vector extension
 4+ * Hooks for WikiEditor extension
55 *
66 * @file
77 * @ingroup Extensions
@@ -636,7 +636,7 @@
637637 /**
638638 * GetPreferences hook
639639 *
640 - * Adds Vector-releated items to the preferences
 640+ * Adds WikiEditor-releated items to the preferences
641641 *
642642 * @param $out User current user
643643 * @param $skin array list of default user preference controls
@@ -659,7 +659,7 @@
660660 /**
661661 * MakeGlobalVariablesScript hook
662662 *
663 - * Adds enabled/disabled switches for Vector modules
 663+ * Adds enabled/disabled switches for WikiEditor modules
664664 */
665665 public static function makeGlobalVariablesScript( &$vars ) {
666666 global $wgWikiEditorFeatures;

Status & tagging log