From d1815a5c919dd53405e532a473bc82cedaac9e8c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 4 Jul 2019 09:15:58 +0000 Subject: [PATCH] Twenty Nineteen: Adjust markup in `twentynineteen_add_ellipses_to_nav()` for better readability. See #47067. Built from https://develop.svn.wordpress.org/trunk@45595 git-svn-id: http://core.svn.wordpress.org/trunk@45406 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../twentynineteen/inc/template-functions.php | 37 ++++++++++--------- wp-includes/version.php | 2 +- 2 files changed, 20 insertions(+), 19 deletions(-) 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.