Make WordPress Core


Ignore:
Timestamp:
12/14/2015 02:49:54 AM (9 years ago)
Author:
johnbillion
Message:

Correct some @param doc names in the WP_Tax_Query and WP_User_Query classes.

See #32246

File:
1 edited

Legend:

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

    r35645 r35916  
    7676     * @since 3.1.0
    7777     *
    78      * @param null|string|array $args Optional. The query variables.
     78     * @param null|string|array $query Optional. The query variables.
    7979     */
    8080    public function __construct( $query = null ) {
Note: See TracChangeset for help on using the changeset viewer.