Query: Add comment to the parse_tax_query() method reflecting [28987].

see #28739.

Built from https://develop.svn.wordpress.org/trunk@29658


git-svn-id: http://core.svn.wordpress.org/trunk@29432 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2014-09-01 19:51:16 +00:00
parent 2d3eea5ab2
commit 9718e8413a

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
*