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.