Changeset 27958
- Timestamp:
- 04/05/2014 07:25:20 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/js/theme.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/theme.js
r27944 r27958 1282 1282 1283 1283 this.listenTo( this.collection, 'query:fail', function() { 1284 $( 'body' ).removeClass( 'loading-themes' ); 1284 1285 $( '.theme-browser' ).find( 'div.error' ).remove(); 1285 $( '.theme-browser' ). append( '<div class="error"><p>' + l10n.error + '</p></div>' );1286 $( '.theme-browser' ).find( 'div.themes' ).before( '<div class="error"><p>' + l10n.error + '</p></div>' ); 1286 1287 }); 1287 1288
Note: See TracChangeset
for help on using the changeset viewer.