diff --git a/src/wp-includes/category-template.php b/src/wp-includes/category-template.php index 8c34b0e985..250c5d378f 100644 --- a/src/wp-includes/category-template.php +++ b/src/wp-includes/category-template.php @@ -483,6 +483,7 @@ function wp_dropdown_categories( $args = '' ) { * @since 2.1.0 * @since 4.4.0 Introduced the `hide_title_if_empty` and `separator` arguments. * @since 4.4.0 The `current_category` argument was modified to optionally accept an array of values. + * @since 6.1.0 Default value of the 'use_desc_for_title' argument was changed from 1 to 0. * * @param array|string $args { * Array of optional arguments. See get_categories(), get_terms(), and WP_Term_Query::__construct() @@ -519,7 +520,7 @@ function wp_dropdown_categories( $args = '' ) { * @type string $title_li Text to use for the list title `