diff --git a/wp-includes/user.php b/wp-includes/user.php index 65930c15e7..9c17d1583e 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -1536,7 +1536,7 @@ function setup_userdata( $for_user_id = 0 ) { * Default empty. * @type string $show_option_none Text to show as the drop-down default when no * users were found. Default empty. - * @type int|string $option_none_value Value to use for $show_option_non when no users + * @type int|string $option_none_value Value to use for $show_option_none when no users * were found. Default -1. * @type string $hide_if_only_one_author Whether to skip generating the drop-down * if only one user was found. Default empty. diff --git a/wp-includes/version.php b/wp-includes/version.php index 4cda8ec9d6..bf064ddbda 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54733'; +$wp_version = '6.2-alpha-54738'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.