diff --git a/wp-admin/menu-header.php b/wp-admin/menu-header.php index 72639ec2ed19..017f676acfb8 100644 --- a/wp-admin/menu-header.php +++ b/wp-admin/menu-header.php @@ -73,7 +73,7 @@ function _wp_menu_output( $menu, $submenu, $submenu_as_parent = true ) { $arrow = ''; $title = wptexturize( $item[0] ); - $aria_label = esc_attr( wp_strip_all_tags( $item[0], true ) ); // strip the comment/plugins/updates bubbles spans but keep the pending number if any + $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";