Commit f72f7f2d authored by Drew Jaynes's avatar Drew Jaynes
Browse files

Fix reversed return logic in the `wp_nav_menu()` phpdoc.

See #27163.

Built from https://develop.svn.wordpress.org/trunk@27223


git-svn-id: https://core.svn.wordpress.org/trunk@27080 1a063a9b-81f0-0310-95a4-ce76da25c4cd
parent f7080c15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -224,7 +224,7 @@ class Walker_Nav_Menu extends Walker {
 *     @type string        $items_wrap      How the list items should be wrapped. Default is a ul with an id and class.
 *                                          Uses printf() format with numbered placeholders.
 * }
 * @return mixed Menu output if $echo is true, false if there are no items or no menu was found.
 * @return mixed Menu output if $echo is false, false if there are no items or no menu was found.
 */
function wp_nav_menu( $args = array() ) {
	static $menu_id_slugs = array();