From b0a9a79f867bd87246b56736810e3e774768f335 Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Wed, 30 Nov 2016 22:17:41 +0000 Subject: [PATCH] Twenty Seventeen: Make screen reader text on scroll arrow more meaningful This way screen reader users will know what to expect when they use this link. Merge of [39384] to the 4.7 branch. Props rianrietveld. See #38970. git-svn-id: https://develop.svn.wordpress.org/branches/4.7@39385 602fd350-edb4-49c9-b593-d223f7449a82 --- .../twentyseventeen/template-parts/header/site-branding.php | 2 +- .../template-parts/navigation/navigation-top.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-content/themes/twentyseventeen/template-parts/header/site-branding.php b/src/wp-content/themes/twentyseventeen/template-parts/header/site-branding.php index 17637a5336..a86393805f 100644 --- a/src/wp-content/themes/twentyseventeen/template-parts/header/site-branding.php +++ b/src/wp-content/themes/twentyseventeen/template-parts/header/site-branding.php @@ -28,7 +28,7 @@ - 'arrow-right' ) ); ?> + 'arrow-right' ) ); ?> diff --git a/src/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php b/src/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php index afc81c4e63..3a8837f976 100644 --- a/src/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php +++ b/src/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php @@ -17,6 +17,6 @@ ) ); ?> - 'arrow-right' ) ); ?> + 'arrow-right' ) ); ?>