From bdbe9f7b1e057919483eeb2034c5a237afd680f7 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sat, 4 Apr 2015 22:41:28 +0000 Subject: [PATCH] The `value_field` argument is an argument per core vernacular, not a parameter. See [31006]. See #31888. git-svn-id: https://develop.svn.wordpress.org/trunk@32020 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/category-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/category-template.php b/src/wp-includes/category-template.php index 4d08b00cb6..4e3b4c8bc9 100644 --- a/src/wp-includes/category-template.php +++ b/src/wp-includes/category-template.php @@ -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.