Changeset 32697
- Timestamp:
- 06/06/2015 07:49:24 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/media-views.js
r32464 r32697 7748 7748 7749 7749 /** 7750 * Creates a dropzone on WP editor instances (elements with .wp-editor-wrap 7751 * or #wp-fullscreen-body)and relays drag'n'dropped files to a media workflow.7750 * Creates a dropzone on WP editor instances (elements with .wp-editor-wrap) 7751 * and relays drag'n'dropped files to a media workflow. 7752 7752 * 7753 7753 * wp.media.view.EditorUploader … … 7856 7856 7857 7857 View.prototype.render.apply( this, arguments ); 7858 $( '.wp-editor-wrap , #wp-fullscreen-body' ).each( _.bind( this.attach, this ) );7858 $( '.wp-editor-wrap' ).each( _.bind( this.attach, this ) ); 7859 7859 return this; 7860 7860 },
Note: See TracChangeset
for help on using the changeset viewer.