Remove unused variable. props jeremyfelt. fixes #24959.

git-svn-id: https://develop.svn.wordpress.org/trunk@24975 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2013-08-05 21:38:24 +00:00
parent 271e9b40a4
commit 04e6b828d4
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ function _wp_menu_output( $menu, $submenu, $submenu_as_parent = true ) {
$arrow = '<div class="wp-menu-arrow"><div></div></div>';
$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<li$class$id>";