Changeset 38115
- Timestamp:
- 07/20/2016 02:25:34 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/js/wp-a11y.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/wp-a11y.js
r37734 r38115 20 20 // Clear previous messages to allow repeated strings being read out. 21 21 clear(); 22 23 // Ensure only text is sent to screen readers. 24 message = $( '<p>' ).html( message ).text(); 22 25 23 26 if ( $containerAssertive && 'assertive' === ariaLive ) {
Note: See TracChangeset
for help on using the changeset viewer.