Changeset 38683
- Timestamp:
- 09/30/2016 05:01:02 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/admin-bar.php
r38660 r38683 728 728 729 729 $icon = '<span class="ab-icon"></span>'; 730 $title = '<span id="ab-awaiting-mod"class="ab-label awaiting-mod pending-count count-' . $awaiting_mod . '" aria-hidden="true">' . number_format_i18n( $awaiting_mod ) . '</span>';730 $title = '<span class="ab-label awaiting-mod pending-count count-' . $awaiting_mod . '" aria-hidden="true">' . number_format_i18n( $awaiting_mod ) . '</span>'; 731 731 $title .= '<span class="screen-reader-text">' . $awaiting_text . '</span>'; 732 732
Note: See TracChangeset
for help on using the changeset viewer.