From c43fcec0e3077619d1a85fcae03ba44f93bfe0e7 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Thu, 26 Feb 2015 23:02:24 +0000 Subject: [PATCH] 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 --- wp-includes/js/media/grid.js | 3 --- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/wp-includes/js/media/grid.js b/wp-includes/js/media/grid.js index 857065b9ee..8bc5170bd5 100644 --- a/wp-includes/js/media/grid.js +++ b/wp-includes/js/media/grid.js @@ -685,9 +685,6 @@ Manage = MediaFrame.extend({ this.bindSearchHandler(); }, - /** - * The views must interact with form controls that are not part of a frame - */ bindSearchHandler: function() { var search = this.$( '#media-search-input' ), currentSearch = this.options.container.data( 'search' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 05a4fdddba..84fdb63a03 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.