Fix the build file after [31562].
Built from https://develop.svn.wordpress.org/trunk@31563 git-svn-id: http://core.svn.wordpress.org/trunk@31544 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a8dcd7aced
commit
c43fcec0e3
|
@ -685,9 +685,6 @@ Manage = MediaFrame.extend({
|
||||||
this.bindSearchHandler();
|
this.bindSearchHandler();
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
|
||||||
* The views must interact with form controls that are not part of a frame
|
|
||||||
*/
|
|
||||||
bindSearchHandler: function() {
|
bindSearchHandler: function() {
|
||||||
var search = this.$( '#media-search-input' ),
|
var search = this.$( '#media-search-input' ),
|
||||||
currentSearch = this.options.container.data( 'search' ),
|
currentSearch = this.options.container.data( 'search' ),
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.2-alpha-31562';
|
$wp_version = '4.2-alpha-31563';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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