Make WordPress Core

Ticket #37922: 37922.2.patch

File 37922.2.patch, 495 bytes (added by johnjamesjacoby, 8 years ago)

Remove

  • 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
     
    518518
    519519                $where = implode( ' AND ', $this->sql_clauses['where'] );
    520520
    521                 $pieces = array( 'fields', 'join', 'where', 'orderby', 'limits', 'groupby' );
     521                $pieces = array( 'fields', 'where', 'orderby', 'limits', 'groupby' );
    522522
    523523                /**
    524524                 * Filters the site query clauses.