When viewing media in List mode, auto-submit the form for attachment filters when the value of a <select> changes. This makes it behave similar to Grid mode and "feels" more performant, even though it is a full page load.

Fixes #30333.

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


git-svn-id: http://core.svn.wordpress.org/trunk@31563 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor
2015-02-27 21:27:25 +00:00
parent 3db78d6a24
commit 39dabbb8b1
3 changed files with 9 additions and 3 deletions

View File

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