Ticket #40991: 40991.patch
| File 40991.patch, 556 bytes (added by , 8 years ago) |
|---|
-
src/wp-includes/class-wp-query.php
2405 2405 * 2406 2406 * @since 1.5.0 2407 2407 * 2408 * @param string $ whereThe JOIN clause of the query.2408 * @param string $join The JOIN clause of the query. 2409 2409 * @param WP_Query &$this The WP_Query instance (passed by reference). 2410 2410 */ 2411 2411 $join = apply_filters_ref_array( 'posts_join', array( $join, &$this ) );