After [31037], ensure that the library is passed as a map to the Media Grid instance. Remove useless query vars.

Fixes #30584.

Built from https://develop.svn.wordpress.org/trunk@31041


git-svn-id: http://core.svn.wordpress.org/trunk@31022 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor
2015-01-04 02:07:23 +00:00
parent de4d970d77
commit ada7442b9e
2 changed files with 8 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31040';
$wp_version = '4.2-alpha-31041';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.