﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
13018,The fallback_cb option of wp_nav_menu is always called,Michael,ryan,"I find that using the following:


		wp_nav_menu( array(
			'sort_column'		=> 'menu_order',
			'menu'				=> 'Header Menu',
			'container_class'	=> 'headermenu',
			'fallback_cb'		=> wp_page_menu( array( 'menu_class' => 'headermenu', 'show_home' => esc_attr( get_option('k2blogornoblog') ), 'depth' => 3 ) )
			) );


The fallback_cb option is called regardless of whether or not it's supposed to. I'm not sure if I'm simply doing something wrong, as the whole feature seems woefully incomplete so far (no children, not use for the 'menu' option as far as I can tell), but I thought it was worth mentioning in case it actually is a bug.",defect (bug),closed,normal,,Menus,3.0,normal,invalid,,
