Remove non-functional date filter from Edit Selection view in media modal.

props tyxla.
fixes #30931.
Built from https://develop.svn.wordpress.org/trunk@31096


git-svn-id: http://core.svn.wordpress.org/trunk@31077 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-01-08 18:23:23 +00:00
parent bc7cc3bb12
commit e53b581817
3 changed files with 3 additions and 2 deletions

View File

@ -3006,6 +3006,7 @@
model: state,
sortable: true,
search: false,
date: false,
dragInfo: true,
AttachmentView: media.view.Attachment.EditSelection

File diff suppressed because one or more lines are too long

View File

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