Make WordPress Core


Ignore:
Timestamp:
11/09/2010 11:30:35 PM (15 years ago)
Author:
scribu
Message:

Make get_tax_sql() a standalone function. See #15032

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/query.php

    r16266 r16267  
    19001900            }
    19011901
    1902             $where .= $this->get_tax_sql( $q['tax_query'], "$wpdb->posts.ID" );
     1902            $where .= get_tax_sql( $q['tax_query'], "$wpdb->posts.ID" );
    19031903
    19041904            // Back-compat
Note: See TracChangeset for help on using the changeset viewer.