Make WordPress Core

Ticket #40991: 40991.patch

File 40991.patch, 556 bytes (added by anhskohbo, 8 years ago)
  • src/wp-includes/class-wp-query.php

     
    24052405                         *
    24062406                         * @since 1.5.0
    24072407                         *
    2408                          * @param string   $where The JOIN clause of the query.
     2408                         * @param string   $join The JOIN clause of the query.
    24092409                         * @param WP_Query &$this The WP_Query instance (passed by reference).
    24102410                         */
    24112411                        $join = apply_filters_ref_array( 'posts_join', array( $join, &$this ) );