Changeset 17034 for trunk/wp-includes/user.php
- Timestamp:
- 12/17/2010 10:07:26 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/user.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/user.php
r17032 r17034 535 535 536 536 if ( $this->query_vars['count_total'] ) 537 $this->total_users = $wpdb->get_var("SELECT COUNT( $wpdb->users.ID) $this->query_from $this->query_where $this->query_orderby $this->query_limit");537 $this->total_users = $wpdb->get_var("SELECT COUNT(*) $this->query_from $this->query_where"); 538 538 539 539 if ( 'all_with_meta' == $this->query_vars['fields'] ) {
Note: See TracChangeset
for help on using the changeset viewer.