Skip to content

Commit

Permalink
No need to add theme support for menus and widgets. These are added i…
Browse files Browse the repository at this point in the history
…nternally 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
  • Loading branch information
greenshady committed Sep 7, 2010
1 parent 901f79c commit 900bf2e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions functions/menus.php
Expand Up @@ -8,12 +8,6 @@
* @subpackage Functions
*/

/**
* Add theme support for menus.
* @since 0.8
*/
add_theme_support( 'menus' );

/**
* Register menus.
* @since 0.8
Expand Down
6 changes: 0 additions & 6 deletions functions/widgets.php
Expand Up @@ -8,12 +8,6 @@
* @subpackage Functions
*/

/**
* Add theme support for widgets.
* @since 0.8
*/
add_theme_support( 'widgets' );

/**
* Register widget areas
* @since 0.7
Expand Down

0 comments on commit 900bf2e

Please sign in to comment.