[wp-trac] [WordPress Trac] #15522: register_nav_menus not working
WordPress Trac
wp-trac at lists.automattic.com
Sat Nov 20 16:00:22 UTC 2010
#15522: register_nav_menus not working
-----------------------------+----------------------------------------------
Reporter: christian_gnoth | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.0.1
Severity: normal | Keywords:
-----------------------------+----------------------------------------------
I am using in my theme:
{{{
if ( function_exists( 'register_nav_menus' ) )
{
register_nav_menus(
array(
'header-menu' => 'Header Menu',
'extra-menu' => 'Extra Menu'
)
);
}
}}}
this two locations are not displayed in the wp admin menu srea.
there is no locations box at all - also no option to activate/deactivate
it.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15522>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list