﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
16605	wp_nav_menu fallback_cb argument ignored with using menu argument	jonkirkman		"wp_nav_menu ignores the fallback_cb argument when also using the menu argument.

If this is the expected behavior, it should be documented as it isn't intuitive.

This fails to honor the fallback_cb -
{{{
wp_nav_menu(array('menu' => 'mymenu', 'container' => 'false', 'fallback_cb' => ''));
}}}
This works as expected -
{{{
wp_nav_menu(array('theme_location' => 'mylocation', 'container' => 'false', 'fallback_cb' => ''));
}}}
"	defect (bug)	closed	normal		Menus	3.0.1	normal	invalid		
