From 04e6b828d4383a58f8cf134d5a4fd31e6c3f0066 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 5 Aug 2013 21:38:24 +0000 Subject: [PATCH] Remove unused variable. props jeremyfelt. fixes #24959. git-svn-id: https://develop.svn.wordpress.org/trunk@24975 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/menu-header.php | 1 - 1 file changed, 1 deletion(-) 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";