Make WordPress Core


Ignore:
Timestamp:
02/21/2014 06:33:39 PM (11 years ago)
Author:
DrewAPicture
Message:

Fix reversed return logic in the wp_nav_menu() phpdoc.

See #27163.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/nav-menu-template.php

    r27222 r27223  
    225225 *                                          Uses printf() format with numbered placeholders.
    226226 * }
    227  * @return mixed Menu output if $echo is true, false if there are no items or no menu was found.
     227 * @return mixed Menu output if $echo is false, false if there are no items or no menu was found.
    228228 */
    229229function wp_nav_menu( $args = array() ) {
Note: See TracChangeset for help on using the changeset viewer.