Changeset 40319
- Timestamp:
- 03/23/2017 06:11:03 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/customize-controls.js
r40304 r40319 4124 4124 // Remove notification errors that are no longer valid. 4125 4125 setting.notifications.each( function( notification ) { 4126 if ( 'error' === notification.type && ( true === validity || ! validity[ notification.code ] ) ) {4126 if ( notification.fromServer && 'error' === notification.type && ( true === validity || ! validity[ notification.code ] ) ) { 4127 4127 setting.notifications.remove( notification.code ); 4128 4128 }
Note: See TracChangeset
for help on using the changeset viewer.