Changeset 27509
- Timestamp:
- 03/12/2014 12:28:26 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/theme.js
r27499 r27509 48 48 installURI: install, 49 49 previewURI: preview, 50 id: this.get( 'slug' ) 50 // slug is for installation, id is for existing. 51 id: this.get( 'slug' ) || this.get( 'id' ) 51 52 }); 52 53 }
Note: See TracChangeset
for help on using the changeset viewer.