Ticket #24959: 24959.diff
| File 24959.diff, 479 bytes (added by , 13 years ago) |
|---|
-
wp-admin/menu-header.php
75 75 $arrow = '<div class="wp-menu-arrow"><div></div></div>'; 76 76 77 77 $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 any79 78 80 79 echo "\n\t<li$class$id>"; 81 80