Changeset 23259
- Timestamp:
- 01/04/2013 06:44:21 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/media-views.js
r23163 r23259 534 534 this.frame.content.mode('browse'); 535 535 536 // If we're in a workflow that supports multiple attachments, 537 // automatically select any uploading attachments. 538 if ( this.get('multiple') ) 539 this.get('selection').add( attachment ); 536 // Automatically select any uploading attachments. 537 // 538 // Selections that don't support multiple attachments automatically 539 // limit themselves to one attachment (in this case, the last 540 // attachment in the upload queue). 541 this.get('selection').add( attachment ); 540 542 }, 541 543
Note: See TracChangeset
for help on using the changeset viewer.