Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #32526, comment 3


Ignore:
Timestamp:
03/05/2020 09:13:57 PM (5 years ago)
Author:
ciantic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32526, comment 3

    initial v1  
    1818    $tax_sql = "'" . esc_sql($taxonomy) . "'";
    1919
    20     $where .= "AND (taxonomy IN ($taxonomy) AND name $operator ($terms_sql))";
     20    $where .= "AND (taxonomy IN ($tax_sql) AND name $operator ($terms_sql))";
    2121    return $where;
    2222};