Ticket #15250: 15250.3.patch
| File 15250.3.patch, 596 bytes (added by sc0ttkclark, 9 months ago) |
|---|
-
trunk/wp-includes/taxonomy.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
725 725 else 726 726 $where = ''; 727 727 728 return compact( 'join', 'where' ); 728 $sql = compact( 'join', 'where' ); 729 730 return apply_filters_ref_array( 'get_tax_sql', array( $sql, $primary_table, $primary_id_column, $query, $operator, $terms, $this->relation ) ); 729 731 } 730 732 731 733 /**