Changeset 24714 for trunk/wp-includes/user.php
- Timestamp:
- 07/16/2013 02:21:05 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/user.php
r24490 r24714 394 394 $this->query_fields = array(); 395 395 foreach ( $qv['fields'] as $field ) 396 $this->query_fields[] = $wpdb->users . '.' . esc_sql( $field );396 $this->query_fields[] = $wpdb->users . '.' . sanitize_key( $field ); 397 397 $this->query_fields = implode( ',', $this->query_fields ); 398 398 } elseif ( 'all' == $qv['fields'] ) {
Note: See TracChangeset
for help on using the changeset viewer.