Make WordPress Core

Ticket #27360: 27360.patch

File 27360.patch, 367 bytes (added by SergeyBiryukov, 12 years ago)
  • src/wp-admin/js/theme.js

     
    4747                this.set({
    4848                        installURI: install,
    4949                        previewURI: preview,
    50                         id: this.get( 'slug' )
     50                        id: this.get( 'slug' ) || this.get( 'id' )
    5151                });
    5252        }
    5353});