Changeset 26904
- Timestamp:
- 01/04/2014 06:49:30 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r26901 r26904 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 … … 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'] )
Note: See TracChangeset
for help on using the changeset viewer.