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
This commit is contained in:
John Blackbourn 2015-12-14 02:07:14 +00:00
parent 29b1f4484e
commit 69c27ec4fc
1 changed files with 1 additions and 1 deletions

View File

@ -1882,7 +1882,7 @@ class WP_Query {
* @access protected * @access protected
* @since 3.1.0 * @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 ) { public function parse_tax_query( &$q ) {
if ( ! empty( $q['tax_query'] ) && is_array( $q['tax_query'] ) ) { if ( ! empty( $q['tax_query'] ) && is_array( $q['tax_query'] ) ) {