Changeset 22175
- Timestamp:
- 10/11/2012 12:28:01 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/media-views.js
r22174 r22175 613 613 // Track uploading attachments. 614 614 wp.Uploader.queue.on( 'add remove reset change:percent', this.renderUploadProgress, this ); 615 wp.Uploader.queue.on( 'add', this.selectUpload, this ); 615 616 // If we're in a workflow that supports multiple attachments, 617 // automatically select any uploading attachments. 618 if ( this.controller.get('multiple') ) 619 wp.Uploader.queue.on( 'add', this.selectUpload, this ); 616 620 }, 617 621
Note: See TracChangeset
for help on using the changeset viewer.