From 337dfe71112ddc67c07be2a1b8a8024e1058be76 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 7 Dec 2014 00:39:24 +0000 Subject: [PATCH] Restore missing line in DocBlock for `WP_Tax_Query::get_sql_for_clause()`. Props kpdesign. See [30622], #30469. Built from https://develop.svn.wordpress.org/trunk@30759 git-svn-id: http://core.svn.wordpress.org/trunk@30749 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/taxonomy.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index 785a9bcf9e..1216d36838 100644 --- a/wp-includes/taxonomy.php +++ b/wp-includes/taxonomy.php @@ -988,7 +988,7 @@ class WP_Tax_Query { /** * Generate SQL JOIN and WHERE clauses for a "first-order" query clause. - + * * @since 4.1.0 * @access public * diff --git a/wp-includes/version.php b/wp-includes/version.php index df2b43f93b..3e6f4154b6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30758'; +$wp_version = '4.1-beta2-30759'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.