Make WordPress Core

Ticket #27762: 27762.diff

File 27762.diff, 468 bytes (added by jjeaton, 11 years ago)
  • src/wp-includes/nav-menu-template.php

     
    189189         * @param array  $args   An array of arguments. @see wp_nav_menu()
    190190         */
    191191        function end_el( &$output, $item, $depth = 0, $args = array() ) {
    192                 $output .= "</li>\n";
     192                $output .= "</li>";
    193193        }
    194194
    195195} // Walker_Nav_Menu