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:
parent
29b1f4484e
commit
69c27ec4fc
|
@ -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'] ) ) {
|
||||
|
|
Loading…
Reference in New Issue