Index: trunk/extensions/WikiEditor/WikiEditor.hooks.php |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * Hooks for Vector extension |
| 4 | + * Hooks for WikiEditor extension |
5 | 5 | * |
6 | 6 | * @file |
7 | 7 | * @ingroup Extensions |
— | — | @@ -636,7 +636,7 @@ |
637 | 637 | /** |
638 | 638 | * GetPreferences hook |
639 | 639 | * |
640 | | - * Adds Vector-releated items to the preferences |
| 640 | + * Adds WikiEditor-releated items to the preferences |
641 | 641 | * |
642 | 642 | * @param $out User current user |
643 | 643 | * @param $skin array list of default user preference controls |
— | — | @@ -659,7 +659,7 @@ |
660 | 660 | /** |
661 | 661 | * MakeGlobalVariablesScript hook |
662 | 662 | * |
663 | | - * Adds enabled/disabled switches for Vector modules |
| 663 | + * Adds enabled/disabled switches for WikiEditor modules |
664 | 664 | */ |
665 | 665 | public static function makeGlobalVariablesScript( &$vars ) { |
666 | 666 | global $wgWikiEditorFeatures; |