Make WordPress Core

Changeset 35916


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

Location:
trunk/src/wp-includes
Files:
2 edited

Legend:

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

    r34402 r35916  
    558558     * @access private
    559559     *
    560      * @param array &$query The single query.
     560     * @param array $query The single query. Passed by reference.
    561561     */
    562562    private function clean_query( &$query ) {
     
    600600     * @global wpdb $wpdb The WordPress database abstraction object.
    601601     *
    602      * @param array  &$query          The single query.
     602     * @param array  $query           The single query. Passed by reference.
    603603     * @param string $resulting_field The resulting field. Accepts 'slug', 'name', 'term_taxonomy_id',
    604604     *                                or 'term_id'. Default 'term_id'.
  • 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.