Custom fields: Allow for short-circuiting the meta key dropdown.

Adds the `postmeta_form_keys` filter which allows for a potentially expensive query against postmeta to be avoided.

props ericmann, tollmanz, nacin.
see #33885.

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


git-svn-id: http://core.svn.wordpress.org/trunk@35681 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí
2015-11-20 06:16:50 +00:00
parent 4341637ba6
commit e549e56f02
2 changed files with 28 additions and 13 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-beta4-35716';
$wp_version = '4.4-beta4-35717';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.