From 25a882fc081b1d9576b4da157efd7173a019b9bf Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Tue, 4 Oct 2016 06:57:30 +0000 Subject: [PATCH] Accessibility: Remove target=_blank from the old custom background/header help tabs links. Stop taking control of users' browsers. Props rianrietveld. Fixes #38141. See #23432. Built from https://develop.svn.wordpress.org/trunk@38719 git-svn-id: http://core.svn.wordpress.org/trunk@38662 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/custom-background.php | 4 ++-- wp-admin/custom-header.php | 4 ++-- wp-includes/version.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-admin/custom-background.php b/wp-admin/custom-background.php index 9626c291a0..a2dcfa8964 100644 --- a/wp-admin/custom-background.php +++ b/wp-admin/custom-background.php @@ -97,8 +97,8 @@ class Custom_Background { get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . - '

' . __( 'Documentation on Custom Background' ) . '

' . - '

' . __( 'Support Forums' ) . '

' + '

' . __( 'Documentation on Custom Background' ) . '

' . + '

' . __( 'Support Forums' ) . '

' ); wp_enqueue_media(); diff --git a/wp-admin/custom-header.php b/wp-admin/custom-header.php index c339498c11..9822c9ba84 100644 --- a/wp-admin/custom-header.php +++ b/wp-admin/custom-header.php @@ -124,8 +124,8 @@ class Custom_Image_Header { get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . - '

' . __( 'Documentation on Custom Header' ) . '

' . - '

' . __( 'Support Forums' ) . '

' + '

' . __( 'Documentation on Custom Header' ) . '

' . + '

' . __( 'Support Forums' ) . '

' ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index 214da9b5a1..59449b3e4c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38718'; +$wp_version = '4.7-alpha-38719'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.