Make WordPress Core

Ticket #24959: 24959.diff

File 24959.diff, 479 bytes (added by jeremyfelt, 13 years ago)
  • wp-admin/menu-header.php

     
    7575                $arrow = '<div class="wp-menu-arrow"><div></div></div>';
    7676
    7777                $title = wptexturize( $item[0] );
    78                 $aria_label = esc_attr( strip_tags( $item[0] ) ); // strip the comment/plugins/updates bubbles spans but keep the pending number if any
    7978
    8079                echo "\n\t<li$class$id>";
    8180