Query: Add comment to the parse_tax_query() method reflecting [28987].
see #28739. git-svn-id: https://develop.svn.wordpress.org/trunk@29658 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
045c767e0a
commit
1861615be2
|
@ -1817,6 +1817,8 @@ class WP_Query {
|
||||||
/**
|
/**
|
||||||
* Parses various taxonomy related query vars.
|
* Parses various taxonomy related query vars.
|
||||||
*
|
*
|
||||||
|
* For BC, this method is not marked as protected. See [28987].
|
||||||
|
*
|
||||||
* @access protected
|
* @access protected
|
||||||
* @since 3.1.0
|
* @since 3.1.0
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue