diff --git a/admin/theme-options/theme-options.php b/admin/theme-options/theme-options.php index 18d79368..ee695529 100644 --- a/admin/theme-options/theme-options.php +++ b/admin/theme-options/theme-options.php @@ -13,7 +13,9 @@ if (!defined('ABSPATH')) { /** * Add admin menu + * DESACTIVADO: Ahora se usa el nuevo Admin Panel en admin/includes/class-admin-menu.php */ +/* function apus_add_admin_menu() { add_theme_page( __('Apus Theme Options', 'apus-theme'), // Page title @@ -25,6 +27,7 @@ function apus_add_admin_menu() { ); } add_action('admin_menu', 'apus_add_admin_menu'); +*/ /** * Render the options page diff --git a/inc/admin/theme-options.php b/inc/admin/theme-options.php index a22c75fa..de75cd82 100644 --- a/inc/admin/theme-options.php +++ b/inc/admin/theme-options.php @@ -13,7 +13,9 @@ if (!defined('ABSPATH')) { /** * Add admin menu + * DESACTIVADO: Ahora se usa el nuevo Admin Panel en admin/includes/class-admin-menu.php */ +/* function apus_add_admin_menu() { add_theme_page( __('Apus Theme Options', 'apus-theme'), // Page title @@ -25,6 +27,7 @@ function apus_add_admin_menu() { ); } add_action('admin_menu', 'apus_add_admin_menu'); +*/ /** * Render the options page