Ticket #27360: 27360.patch
| File 27360.patch, 367 bytes (added by , 12 years ago) |
|---|
-
src/wp-admin/js/theme.js
47 47 this.set({ 48 48 installURI: install, 49 49 previewURI: preview, 50 id: this.get( 'slug' ) 50 id: this.get( 'slug' ) || this.get( 'id' ) 51 51 }); 52 52 } 53 53 });