From ae45b7462b18c080636cdd682336368f47349766 Mon Sep 17 00:00:00 2001 From: "Drew Jaynes (DrewAPicture)" Date: Sun, 7 Dec 2014 00:38:48 +0000 Subject: [PATCH] Restore missing line in DocBlock for `WP_Tax_Query::get_sql_for_clause()`. Props kpdesign. See [30622], #30469. git-svn-id: https://develop.svn.wordpress.org/trunk@30759 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/taxonomy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/taxonomy.php b/src/wp-includes/taxonomy.php index 785a9bcf9e..1216d36838 100644 --- a/src/wp-includes/taxonomy.php +++ b/src/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 *