Ticket #32454: parse_tax_query.patch
File parse_tax_query.patch, 425 bytes (added by , 10 years ago) |
---|
-
wp-includes/query.php
1867 1867 } 1868 1868 1869 1869 $term = $q[$t->query_var]; 1870 1871 if ( is_array($term) ) { 1872 $term = implode(',',$term); 1873 } 1870 1874 1871 1875 if ( strpos($term, '+') !== false ) { 1872 1876 $terms = preg_split( '/[+]+/', $term );