From 82c4745df2b9e7007a832a03cd1263e4b474fe35 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: http://core.svn.wordpress.org/trunk@24975 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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";