Browserify after [32677]
See #30949. Built from https://develop.svn.wordpress.org/trunk@32697 git-svn-id: http://core.svn.wordpress.org/trunk@32667 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
50369e1c98
commit
521de0130b
@ -7747,8 +7747,8 @@ module.exports = Select;
|
|||||||
/*globals wp, _, jQuery */
|
/*globals wp, _, jQuery */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a dropzone on WP editor instances (elements with .wp-editor-wrap
|
* Creates a dropzone on WP editor instances (elements with .wp-editor-wrap)
|
||||||
* or #wp-fullscreen-body) and relays drag'n'dropped files to a media workflow.
|
* and relays drag'n'dropped files to a media workflow.
|
||||||
*
|
*
|
||||||
* wp.media.view.EditorUploader
|
* wp.media.view.EditorUploader
|
||||||
*
|
*
|
||||||
@ -7855,7 +7855,7 @@ EditorUploader = View.extend({
|
|||||||
}
|
}
|
||||||
|
|
||||||
View.prototype.render.apply( this, arguments );
|
View.prototype.render.apply( this, arguments );
|
||||||
$( '.wp-editor-wrap, #wp-fullscreen-body' ).each( _.bind( this.attach, this ) );
|
$( '.wp-editor-wrap' ).each( _.bind( this.attach, this ) );
|
||||||
return this;
|
return this;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
2
wp-includes/js/media-views.min.js
vendored
2
wp-includes/js/media-views.min.js
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.3-alpha-32696';
|
$wp_version = '4.3-alpha-32697';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user