mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 20:54:29 +00:00
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:
@@ -562,6 +562,8 @@ function register_sidebar($args = array()) {
|
||||
|
||||
$wp_registered_sidebars[$sidebar['id']] = $sidebar;
|
||||
|
||||
add_theme_support('widgets');
|
||||
|
||||
return $sidebar['id'];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user