diff --git a/wp-includes/deprecated.php b/wp-includes/deprecated.php index 1aaedd0474..121a070656 100644 --- a/wp-includes/deprecated.php +++ b/wp-includes/deprecated.php @@ -705,7 +705,7 @@ function dropdown_cats($optionall = 1, $all = 'All', $orderby = 'ID', $order = ' $show_option_none = ''; if ( $optionnone ) - $show_option_none = _x( 'None', 'Categories dropdown (show_option_none parameter)' ); + $show_option_none = _x( 'None', 'Categories dropdown (show_option_none parameter)' ); $vars = compact('show_option_all', 'show_option_none', 'orderby', 'order', 'show_last_update', 'show_count', 'hide_empty', 'selected', 'exclude'); diff --git a/wp-includes/version.php b/wp-includes/version.php index 00fcb3967f..a61d06a246 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59291'; +$wp_version = '6.8-alpha-59292'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.