The value_field argument is an argument per core vernacular, not a parameter.

See [31006]. See #31888.

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


git-svn-id: http://core.svn.wordpress.org/trunk@31999 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-04-04 22:42:29 +00:00
parent 7c3e469326
commit 1d3bd0e8fe
2 changed files with 2 additions and 2 deletions

View File

@ -293,7 +293,7 @@ function category_description( $category = 0 ) {
* the 'depth' argument.
*
* @since 2.1.0
* @since 4.2.0 Introduced the 'value_field' parameter.
* @since 4.2.0 Introduced the `value_field' argument.
*
* @param string|array $args {
* Optional. Array or string of arguments to generate a categories drop-down element.

View File

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