Enable nav menu admin if theme supports widgets. Show notice if theme supports widgets but not nav-menus. see #11817

git-svn-id: https://develop.svn.wordpress.org/trunk@13810 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2010-03-24 18:35:31 +00:00
parent adb0bd1ff3
commit eeb49f6bef
2 changed files with 14 additions and 6 deletions

View File

@@ -562,6 +562,8 @@ function register_sidebar($args = array()) {
$wp_registered_sidebars[$sidebar['id']] = $sidebar;
add_theme_support('widgets');
return $sidebar['id'];
}