From b4420cb7889cc727d0ddde3400f549eae753c416 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Sat, 4 Apr 2015 22:56:04 +0000 Subject: [PATCH] Use backticks when describing the `value_field` parameter, er, argument. See [32020]. git-svn-id: https://develop.svn.wordpress.org/trunk@32021 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 4e3b4c8bc9..d7ca87d550 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' argument. + * @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.