From dc01ad1cf5e932e1eb602d7b5408d02f7d9bd9e6 Mon Sep 17 00:00:00 2001 From: "David A. Kennedy" Date: Wed, 30 Nov 2016 22:15:21 +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. Props rianrietveld. Fixes #38970. git-svn-id: https://develop.svn.wordpress.org/trunk@39384 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' ) ); ?>