Changeset 20698
- Timestamp:
- 05/02/2012 08:36:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/menu-header.php
r20680 r20698 74 74 75 75 $title = wptexturize( $item[0] ); 76 $aria_label = esc_attr( wp_strip_all_tags( $item[0], true) ); // strip the comment/plugins/updates bubbles spans but keep the pending number if any76 $aria_label = esc_attr( strip_tags( $item[0] ) ); // strip the comment/plugins/updates bubbles spans but keep the pending number if any 77 77 78 78 echo "\n\t<li$class$id>";
Note: See TracChangeset
for help on using the changeset viewer.