From 7c84096dd63c4efc70c31b475bb7df616ba15146 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Tue, 1 Nov 2022 10:40:17 +0000 Subject: [PATCH] Docs: Typo correction in `wp_dropdown_users()` docblock. Props aleksganev. See #56792. git-svn-id: https://develop.svn.wordpress.org/trunk@54738 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/user.php b/src/wp-includes/user.php index 65930c15e7..9c17d1583e 100644 --- a/src/wp-includes/user.php +++ b/src/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.