From 900bf2ec3065fe1ef5c7478332bac0eaab9e03fd Mon Sep 17 00:00:00 2001 From: greenshady Date: Tue, 7 Sep 2010 04:24:26 +0000 Subject: [PATCH] No need to add theme support for menus and widgets. These are added internally by WordPress when specific menu or widget functions are called. git-svn-id: http://svn.locallylost.com/themes/hybrid-core/trunk@336 dba0f204-706d-4bc1-bc29-8b92e0485636 --- functions/menus.php | 6 ------ functions/widgets.php | 6 ------ 2 files changed, 12 deletions(-) diff --git a/functions/menus.php b/functions/menus.php index 8b6a6976..5858606c 100644 --- a/functions/menus.php +++ b/functions/menus.php @@ -8,12 +8,6 @@ * @subpackage Functions */ -/** - * Add theme support for menus. - * @since 0.8 - */ -add_theme_support( 'menus' ); - /** * Register menus. * @since 0.8 diff --git a/functions/widgets.php b/functions/widgets.php index 3d2b8a19..8638337a 100644 --- a/functions/widgets.php +++ b/functions/widgets.php @@ -8,12 +8,6 @@ * @subpackage Functions */ -/** - * Add theme support for widgets. - * @since 0.8 - */ -add_theme_support( 'widgets' ); - /** * Register widget areas * @since 0.7