Changeset 23270
- Timestamp:
- 01/04/2013 08:03:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.5/wp-includes/js/media-views.js
r23268 r23270 537 537 this.frame.content.mode('browse'); 538 538 539 // If we're in a workflow that supports multiple attachments, 540 // automatically select any uploading attachments. 541 if ( this.get('multiple') ) 542 this.get('selection').add( attachment ); 539 // Automatically select any uploading attachments. 540 // 541 // Selections that don't support multiple attachments automatically 542 // limit themselves to one attachment (in this case, the last 543 // attachment in the upload queue). 544 this.get('selection').add( attachment ); 543 545 }, 544 546
Note: See TracChangeset
for help on using the changeset viewer.