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
This commit is contained in:
audrasjb 2022-11-01 10:42:17 +00:00
parent 9c3b7e5e7c
commit 97d2dac330
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.