From a7341b7c3f54e067f2cd24974a86f82684dd1035 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Sat, 4 Apr 2015 22:57:26 +0000 Subject: [PATCH] Use backticks when describing the `value_field` parameter, er, argument. See [32020]. Built from https://develop.svn.wordpress.org/trunk@32021 git-svn-id: http://core.svn.wordpress.org/trunk@32000 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/category-template.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/category-template.php b/wp-includes/category-template.php index 4e3b4c8bc9..d7ca87d550 100644 --- a/wp-includes/category-template.php +++ b/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. diff --git a/wp-includes/version.php b/wp-includes/version.php index a5023d1da1..488a46151e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-beta4-32020'; +$wp_version = '4.2-beta4-32021'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.