Ticket #37922: 37922.2.patch
File 37922.2.patch, 495 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/class-wp-site-query.php
diff --git src/wp-includes/class-wp-site-query.php src/wp-includes/class-wp-site-query.php index 1836ab1..3952901 100644
518 518 519 519 $where = implode( ' AND ', $this->sql_clauses['where'] ); 520 520 521 $pieces = array( 'fields', ' join', 'where', 'orderby', 'limits', 'groupby' );521 $pieces = array( 'fields', 'where', 'orderby', 'limits', 'groupby' ); 522 522 523 523 /** 524 524 * Filters the site query clauses.