Changeset 40345
- Timestamp:
- 03/28/2017 07:21:20 AM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-admin/js/customize-controls.js
r40093 r40345 4123 4123 // Remove notification errors that are no longer valid. 4124 4124 setting.notifications.each( function( notification ) { 4125 if ( 'error' === notification.type && ( true === validity || ! validity[ notification.code ] ) ) {4125 if ( notification.fromServer && 'error' === notification.type && ( true === validity || ! validity[ notification.code ] ) ) { 4126 4126 setting.notifications.remove( notification.code ); 4127 4127 }
Note: See TracChangeset
for help on using the changeset viewer.