diff --git a/wp-includes/category-template.php b/wp-includes/category-template.php index a9679f529f..5a36067533 100644 --- a/wp-includes/category-template.php +++ b/wp-includes/category-template.php @@ -471,7 +471,7 @@ function wp_dropdown_categories( $args = '' ) { * See get_terms(). Default true. * @type string $order Which direction to order categories. Accepts 'ASC' or 'DESC'. * Default 'ASC'. - * @type string $orderby The column to use for ordering categories. Default 'ID'. + * @type string $orderby The column to use for ordering categories. Default 'name'. * @type string $separator Separator between links. Default '
'. * @type bool|int $show_count Whether to show how many posts are in the category. Default 0. * @type string $show_option_all Text to display for showing all categories. Default empty string. diff --git a/wp-includes/version.php b/wp-includes/version.php index 93323ccf12..4e26a7c62d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41032'; +$wp_version = '4.9-alpha-41033'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.