diff --git a/wp-includes/nav-menu-template.php b/wp-includes/nav-menu-template.php index 253b6547cd..e947eb8571 100644 --- a/wp-includes/nav-menu-template.php +++ b/wp-includes/nav-menu-template.php @@ -211,7 +211,7 @@ class Walker_Nav_Menu extends Walker { * @param array $args An array of arguments. @see wp_nav_menu() */ public function end_el( &$output, $item, $depth = 0, $args = array() ) { - $output .= ''; + $output .= "\n"; } } // Walker_Nav_Menu diff --git a/wp-includes/version.php b/wp-includes/version.php index 650b25e74d..42d3963b73 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36080'; +$wp_version = '4.5-alpha-36081'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.