Docs: Clarify the description for `wp_dropdown_users()`.
Follow-up to [8873]. See #61608. Built from https://develop.svn.wordpress.org/trunk@58955 git-svn-id: http://core.svn.wordpress.org/trunk@58351 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d564af0c7b
commit
8385861e3d
|
@ -1549,12 +1549,10 @@ function setup_userdata( $for_user_id = 0 ) {
|
||||||
/**
|
/**
|
||||||
* Creates dropdown HTML content of users.
|
* Creates dropdown HTML content of users.
|
||||||
*
|
*
|
||||||
* The content can either be displayed, which it is by default or retrieved by
|
* The content can either be displayed, which it is by default, or retrieved by
|
||||||
* setting the 'echo' argument. The 'include' and 'exclude' arguments do not
|
* setting the 'echo' argument to false. The 'include' and 'exclude' arguments
|
||||||
* need to be used; all users will be displayed in that case. Only one can be
|
* are optional; if they are not specified, all users will be displayed. Only one
|
||||||
* used, either 'include' or 'exclude', but not both.
|
* can be used in a single call, either 'include' or 'exclude', but not both.
|
||||||
*
|
|
||||||
* The available arguments are as follows:
|
|
||||||
*
|
*
|
||||||
* @since 2.3.0
|
* @since 2.3.0
|
||||||
* @since 4.5.0 Added the 'display_name_with_login' value for 'show'.
|
* @since 4.5.0 Added the 'display_name_with_login' value for 'show'.
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.7-alpha-58954';
|
$wp_version = '6.7-alpha-58955';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue