Ticket #25533: 25533.6.diff
| File 25533.6.diff, 819 bytes (added by , 13 years ago) |
|---|
-
src/wp-includes/user.php
663 663 } 664 664 665 665 /** 666 * Filter SELECT _FOUND_ROWS valuefor the current WP_User_Query instance.666 * Filter SELECT FOUND_ROWS() query for the current WP_User_Query instance. 667 667 * 668 668 * @since 3.2.0 669 669 * 670 670 * @global wpdb $wpdb WordPress database object. 671 671 * 672 * @param string $sql The SELECT _FOUND_ROWS() valuefor the current WP_User_Query.672 * @param string $sql The SELECT FOUND_ROWS() query for the current WP_User_Query. 673 673 */ 674 674 if ( isset( $qv['count_total'] ) && $qv['count_total'] ) 675 675 $this->total_users = $wpdb->get_var( apply_filters( 'found_users_query', 'SELECT FOUND_ROWS()' ) );
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)