diff --git a/wp-includes/category-template.php b/wp-includes/category-template.php index 4d08b00cb6..4e3b4c8bc9 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' 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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 0b2cf1f6fc..a5023d1da1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.