Ticket #37142: 37142.diff
File 37142.diff, 544 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/query.php
3550 3550 * 3551 3551 * @since 2.0.0 3552 3552 * 3553 * @param array$request The complete SQL query.3553 * @param string $request The complete SQL query. 3554 3554 * @param WP_Query &$this The WP_Query instance (passed by reference). 3555 3555 */ 3556 3556 $this->request = apply_filters_ref_array( 'posts_request', array( $this->request, &$this ) );