Skip to content

Commit

Permalink
Remove unused variable. props jeremyfelt. fixes #24959.
Browse files Browse the repository at this point in the history
git-svn-id: http://core.svn.wordpress.org/trunk@24975 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
nacin committed Aug 5, 2013
1 parent e553e85 commit 82c4745
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wp-admin/menu-header.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>";

Expand Down

0 comments on commit 82c4745

Please sign in to comment.