mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-02 08:10:04 +00:00
In WP_Meta_Query->get_sql_for_clause(), the empty initialization of $where is dead code and can be removed.
See #30224. git-svn-id: https://develop.svn.wordpress.org/trunk@30163 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1381,7 +1381,6 @@ class WP_Meta_Query {
|
||||
$clause['alias'] = $alias;
|
||||
|
||||
// Next, build the WHERE clause.
|
||||
$where = '';
|
||||
|
||||
// meta_key.
|
||||
if ( array_key_exists( 'key', $clause ) ) {
|
||||
|
||||
Reference in New Issue
Block a user