mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
In WP_Meta_Query->get_sql_for_clause()
, the empty initialization of $where
is dead code and can be removed.
See #30224. Built from https://develop.svn.wordpress.org/trunk@30163 git-svn-id: http://core.svn.wordpress.org/trunk@30163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fbd6efdfb8
commit
106da1e9e6
@ -1381,7 +1381,6 @@ class WP_Meta_Query {
|
|||||||
$clause['alias'] = $alias;
|
$clause['alias'] = $alias;
|
||||||
|
|
||||||
// Next, build the WHERE clause.
|
// Next, build the WHERE clause.
|
||||||
$where = '';
|
|
||||||
|
|
||||||
// meta_key.
|
// meta_key.
|
||||||
if ( array_key_exists( 'key', $clause ) ) {
|
if ( array_key_exists( 'key', $clause ) ) {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.1-alpha-30162';
|
$wp_version = '4.1-alpha-30163';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user