Accessibility: Remove redundant title attribute from the "Exit Recovery Mode" link.

Fixes #47045.

Built from https://develop.svn.wordpress.org/trunk@45269


git-svn-id: http://core.svn.wordpress.org/trunk@45078 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2019-04-25 16:04:53 +00:00
parent 3b5307339d
commit 700f891c36
2 changed files with 1 additions and 4 deletions

View File

@ -1069,9 +1069,6 @@ function wp_admin_bar_recovery_mode_menu( $wp_admin_bar ) {
'id' => 'recovery-mode',
'title' => __( 'Exit Recovery Mode' ),
'href' => $url,
'meta' => array(
'title' => __( 'Exit Recovery Mode' ),
),
)
);
}

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.2-beta3-45268';
$wp_version = '5.2-beta3-45269';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.