Make WordPress Core


Ignore:
Timestamp:
08/30/2024 05:29:56 PM (5 weeks ago)
Author:
SergeyBiryukov
Message:

Docs: Clarify the description for wp_dropdown_users().

Follow-up to [8873].

See #61608.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/user.php

    r58674 r58955  
    15501550 * Creates dropdown HTML content of users.
    15511551 *
    1552  * The content can either be displayed, which it is by default or retrieved by
    1553  * setting the 'echo' argument. The 'include' and 'exclude' arguments do not
    1554  * need to be used; all users will be displayed in that case. Only one can be
    1555  * used, either 'include' or 'exclude', but not both.
    1556  *
    1557  * The available arguments are as follows:
     1552 * The content can either be displayed, which it is by default, or retrieved by
     1553 * setting the 'echo' argument to false. The 'include' and 'exclude' arguments
     1554 * are optional; if they are not specified, all users will be displayed. Only one
     1555 * can be used in a single call, either 'include' or 'exclude', but not both.
    15581556 *
    15591557 * @since 2.3.0
Note: See TracChangeset for help on using the changeset viewer.