Make WordPress Core


Ignore:
Timestamp:
05/08/2023 10:35:38 PM (21 months ago)
Author:
johnbillion
Message:

Docs: A host of corrections and improvements to inline documentation.

See #57840

File:
1 edited

Legend:

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

    r55680 r55732  
    6868
    6969    /**
    70      * PHP5 constructor.
     70     * Constructor.
    7171     *
    7272     * @since 3.1.0
    7373     *
    7474     * @param null|string|array $query Optional. The query variables.
     75     *                                 See WP_User_Query::prepare_query() for information on accepted arguments.
    7576     */
    7677    public function __construct( $query = null ) {
     
    8687     * @since 4.4.0
    8788     *
    88      * @param array $args Query vars, as passed to `WP_User_Query`.
     89     * @param string|array $args Query vars, as passed to `WP_User_Query`.
    8990     * @return array Complete query variables with undefined ones filled in with defaults.
    9091     */
     
    148149     *
    149150     * @param string|array $query {
    150      *     Optional. Array or string of Query parameters.
     151     *     Optional. Array or string of query parameters.
    151152     *
    152153     *     @type int             $blog_id             The site ID. Default is the current site.
Note: See TracChangeset for help on using the changeset viewer.