Make WordPress Core

Changeset 26904


Ignore:
Timestamp:
01/04/2014 06:49:30 PM (10 years ago)
Author:
SergeyBiryukov
Message:

Correct 'found_users_query' filter description. see #25533.

File:
1 edited

Legend:

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

    r26901 r26904  
    664664
    665665        /**
    666          * Filter SELECT_FOUND_ROWS value for the current WP_User_Query instance.
     666         * Filter SELECT FOUND_ROWS() query for the current WP_User_Query instance.
    667667         *
    668668         * @since 3.2.0
     
    670670         * @global wpdb $wpdb WordPress database object.
    671671         *
    672          * @param string $sql The SELECT_FOUND_ROWS() value for the current WP_User_Query.
     672         * @param string $sql The SELECT FOUND_ROWS() query for the current WP_User_Query.
    673673         */
    674674        if ( isset( $qv['count_total'] ) && $qv['count_total'] )
Note: See TracChangeset for help on using the changeset viewer.