From ba18343ae685e20a87cc0580b79e8670ea576171 Mon Sep 17 00:00:00 2001 From: "David A. Kennedy" Date: Wed, 30 Nov 2016 22:16:42 +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. Built from https://develop.svn.wordpress.org/trunk@39384 git-svn-id: http://core.svn.wordpress.org/trunk@39324 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../twentyseventeen/template-parts/header/site-branding.php | 2 +- .../template-parts/navigation/navigation-top.php | 2 +- wp-includes/version.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/twentyseventeen/template-parts/header/site-branding.php b/wp-content/themes/twentyseventeen/template-parts/header/site-branding.php index 17637a5336..a86393805f 100644 --- a/wp-content/themes/twentyseventeen/template-parts/header/site-branding.php +++ b/wp-content/themes/twentyseventeen/template-parts/header/site-branding.php @@ -28,7 +28,7 @@ - 'arrow-right' ) ); ?> + 'arrow-right' ) ); ?> diff --git a/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php b/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php index afc81c4e63..3a8837f976 100644 --- a/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php +++ b/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php @@ -17,6 +17,6 @@ ) ); ?> - 'arrow-right' ) ); ?> + 'arrow-right' ) ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 34302fd7f5..9a89367784 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39382'; +$wp_version = '4.8-alpha-39384'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.