diff --git a/wp-admin/menu-header.php b/wp-admin/menu-header.php index 1ea4f3238a..10ad1395ec 100644 --- a/wp-admin/menu-header.php +++ b/wp-admin/menu-header.php @@ -75,7 +75,6 @@ function _wp_menu_output( $menu, $submenu, $submenu_as_parent = true ) { $arrow = ''; $title = wptexturize( $item[0] ); - $aria_label = esc_attr( strip_tags( $item[0] ) ); // strip the comment/plugins/updates bubbles spans but keep the pending number if any echo "\n\t";