Media: Add filters to allow overriding slow media queries.

There are a couple of queries that do a full table scan of attachment posts to support features of the media library.  Pending a more complete solution, allow overriding these queries via filters.

Props sboisvert, jnylen0.
See #31071.

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


git-svn-id: http://core.svn.wordpress.org/trunk@40289 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
James Nylen
2017-04-06 03:57:45 +00:00
parent 19d960e257
commit 5584f22d53
2 changed files with 76 additions and 21 deletions

View File

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