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:
Andrew Nacin 2014-09-01 19:50:33 +00:00
parent 045c767e0a
commit 1861615be2
1 changed files with 2 additions and 0 deletions

View File

@ -1817,6 +1817,8 @@ class WP_Query {
/**
* Parses various taxonomy related query vars.
*
* For BC, this method is not marked as protected. See [28987].
*
* @access protected
* @since 3.1.0
*