Changeset 41682
- Timestamp:
- 10/02/2017 07:24:24 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/dashboard.js
r40799 r41682 426 426 $results.html( template( templateParams ) ); 427 427 } 428 wp.a11y.speak( communityEventsData.l10n.city_updated.replace( l10nPlaceholder, templateParams.location.description ), 'assertive' ); 428 429 if ( 'user' === initiatedBy ) { 430 wp.a11y.speak( communityEventsData.l10n.city_updated.replace( l10nPlaceholder, templateParams.location.description ), 'assertive' ); 431 } 429 432 430 433 elementVisibility['#community-events-location-message'] = true;
Note: See TracChangeset
for help on using the changeset viewer.