diff --git a/wp-content/themes/twentynineteen/inc/template-functions.php b/wp-content/themes/twentynineteen/inc/template-functions.php index 2dbd0c5eba..90df660012 100644 --- a/wp-content/themes/twentynineteen/inc/template-functions.php +++ b/wp-content/themes/twentynineteen/inc/template-functions.php @@ -202,24 +202,25 @@ function twentynineteen_add_ellipses_to_nav( $nav_menu, $args ) { if ( 'menu-1' === $args->theme_location ) : - $nav_menu .= ''; + $nav_menu .= ' + '; endif; diff --git a/wp-includes/version.php b/wp-includes/version.php index 4b55f7e675..2dea6573f4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45594'; +$wp_version = '5.3-alpha-45595'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.