From 2aeab4216e742f9a04fbd0a75e3a2a2875f275a5 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 4 Jul 2019 09:14:08 +0000 Subject: [PATCH] Twenty Nineteen: Adjust markup in `twentynineteen_add_ellipses_to_nav()` for better readability. See #47067. git-svn-id: https://develop.svn.wordpress.org/trunk@45595 602fd350-edb4-49c9-b593-d223f7449a82 --- .../twentynineteen/inc/template-functions.php | 37 ++++++++++--------- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/src/wp-content/themes/twentynineteen/inc/template-functions.php b/src/wp-content/themes/twentynineteen/inc/template-functions.php index 2dbd0c5eba..90df660012 100644 --- a/src/wp-content/themes/twentynineteen/inc/template-functions.php +++ b/src/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;