From 97d2dac330233f416da8384556398a8cfe8b6385 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Tue, 1 Nov 2022 10:42:17 +0000 Subject: [PATCH] Docs: Typo correction in `wp_dropdown_users()` docblock. Props aleksganev. See #56792. Built from https://develop.svn.wordpress.org/trunk@54738 git-svn-id: http://core.svn.wordpress.org/trunk@54290 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/user.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.