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

Fixes #47045.


git-svn-id: https://develop.svn.wordpress.org/trunk@45269 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia 2019-04-25 16:03:26 +00:00
parent 095c0c950c
commit 03f3b316a2
1 changed files with 0 additions and 3 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' ),
),
)
);
}