Ticket #22817: 22817.diff
File 22817.diff, 559 bytes (added by , 13 years ago) |
---|
-
wp-includes/js/media-views.js
537 537 // automatically select any uploading attachments. 538 538 if ( this.get('multiple') ) 539 539 this.get('selection').add( attachment ); 540 541 // If featured image, auto select one uploaded attachment 542 if ( 'featured-image' == this.get('id') ) 543 this.get('selection').add( attachment ); 540 544 }, 541 545 542 546 saveContentMode: function() {