Changeset 32713 for trunk/src/wp-includes/user.php
- Timestamp:
- 06/09/2015 05:41:35 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r32696 r32713 710 710 $this->query_where .= $clauses['where']; 711 711 712 if ( 'OR' == $this->meta_query->relation) {712 if ( $this->meta_query->has_or_relation() ) { 713 713 $this->query_fields = 'DISTINCT ' . $this->query_fields; 714 714 }
Note: See TracChangeset
for help on using the changeset viewer.