Make WordPress Core

Ticket #39890: 39890.patch

File 39890.patch, 815 bytes (added by chesio, 8 years ago)
  • src/wp-includes/nav-menu-template.php

     
    4343 *                                               Uses printf() format with numbered placeholders.
    4444 *     @type string             $item_spacing    Whether to preserve whitespace within the menu's HTML. Accepts 'preserve' or 'discard'. Default 'preserve'.
    4545 * }
    46  * @return object|false|void Menu output if $echo is false, false if there are no items or no menu was found.
     46 * @return string|false|void Menu output if $echo is false, false if there are no items or no menu was found.
    4747 */
    4848function wp_nav_menu( $args = array() ) {
    4949        static $menu_id_slugs = array();