From 4ac9fa081a7c045f6a9f1cfc529d82423f485b2e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 8 Dec 2013 09:55:49 +0100 Subject: Update to MediaWiki 1.22.0 --- extensions/WikiEditor/WikiEditor.hooks.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extensions/WikiEditor/WikiEditor.hooks.php') diff --git a/extensions/WikiEditor/WikiEditor.hooks.php b/extensions/WikiEditor/WikiEditor.hooks.php index 57b8ff35..89f27f48 100644 --- a/extensions/WikiEditor/WikiEditor.hooks.php +++ b/extensions/WikiEditor/WikiEditor.hooks.php @@ -12,7 +12,7 @@ class WikiEditorHooks { protected static $features = array( - /* Beta Features */ + /* Toolbar Features */ 'toolbar' => array( 'preferences' => array( @@ -20,7 +20,7 @@ class WikiEditorHooks { 'usebetatoolbar' => array( 'type' => 'toggle', 'label-message' => 'wikieditor-toolbar-preference', - 'section' => 'editing/beta', + 'section' => 'editing/editor', ), ), 'requirements' => array( @@ -36,7 +36,7 @@ class WikiEditorHooks { 'usebetatoolbar-cgd' => array( 'type' => 'toggle', 'label-message' => 'wikieditor-toolbar-dialogs-preference', - 'section' => 'editing/beta', + 'section' => 'editing/editor', ), ), 'requirements' => array( @@ -52,7 +52,7 @@ class WikiEditorHooks { 'wikieditor-toolbar-hidesig' => array( 'type' => 'toggle', 'label-message' => 'wikieditor-toolbar-hidesig', - 'section' => 'editing/beta', + 'section' => 'editing/editor', ), ), 'requirements' => array( -- cgit v1.2.2