From 9718e8413ab0fc868a6b7f52e1b5910e47588e54 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 1 Sep 2014 19:51:16 +0000 Subject: [PATCH] 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 --- wp-includes/query.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wp-includes/query.php b/wp-includes/query.php index 68e00294e2..39a22c7dc5 100644 --- a/wp-includes/query.php +++ b/wp-includes/query.php @@ -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 *