From d0ad6ba7db282b31e7e286b1f65b45745136bfb2 Mon Sep 17 00:00:00 2001 From: Jesse Graupmann Date: Sun, 7 Sep 2014 17:46:20 -0400 Subject: [PATCH] Changing menu type and menu name. Changing 'CWv3 Options' to 'Content Warning v3' and moving the menu to Settings. --- inc/options.inc.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/inc/options.inc.php b/inc/options.inc.php index a8095ff..73efef9 100644 --- a/inc/options.inc.php +++ b/inc/options.inc.php @@ -10,9 +10,10 @@ foreach($cat_list as $cw_cat){ } $cwv3_op_data = array( 'plugin_title' => 'Content Warning v3', - 'prefix' => 'cwv3_', - 'menu_title' => 'CWv3 Options', - 'slug' => 'cwv3_options', + 'prefix' => 'cwv3_', + 'menu_title' => 'Content Warning v3', + 'menu_type' => 'option', + 'slug' => 'cwv3_options', 'opData' => array( 'sitewide' => array( 'name' => 'Sitewide',