From 69c27ec4fced9184111fe772dd2755740d70a55e Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 14 Dec 2015 02:07:14 +0000 Subject: [PATCH] Correct the name of the `@param` doc for `WP_Query::parse_tax_query()`. See #32246 git-svn-id: https://develop.svn.wordpress.org/trunk@35908 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/query.php b/src/wp-includes/query.php index 55f617219e..ee0fc97862 100644 --- a/src/wp-includes/query.php +++ b/src/wp-includes/query.php @@ -1882,7 +1882,7 @@ class WP_Query { * @access protected * @since 3.1.0 * - * @param array &$q The query variables + * @param array $q The query variables. Passed by reference. */ public function parse_tax_query( &$q ) { if ( ! empty( $q['tax_query'] ) && is_array( $q['tax_query'] ) ) {