From 413896af01f1a5e8be0a1a400c47d8d232d66b82 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Wed, 30 Nov 2016 22:18:33 +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. Built from https://develop.svn.wordpress.org/branches/4.7@39385 git-svn-id: http://core.svn.wordpress.org/branches/4.7@39325 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 4bfacdec93..f48d6d7282 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-RC1-39383'; +$wp_version = '4.7-RC1-39385'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.