diff --git a/wp-includes/nav-menu-template.php b/wp-includes/nav-menu-template.php index 7a61031a16..f23f6b9e90 100644 --- a/wp-includes/nav-menu-template.php +++ b/wp-includes/nav-menu-template.php @@ -185,7 +185,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 .= "\n"; + $output .= ''; } } // Walker_Nav_Menu diff --git a/wp-includes/version.php b/wp-includes/version.php index 1b24236e0b..ff8a997335 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34320'; +$wp_version = '4.4-alpha-34321'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.