diff --git wp-includes/taxonomy.php wp-includes/taxonomy.php
index 4b19b3e..0258f19 100644
--- wp-includes/taxonomy.php
+++ wp-includes/taxonomy.php
@@ -763,12 +763,11 @@ class WP_Tax_Query {
 	 * Transforms a single query, from one field to another.
 	 *
 	 * @since 3.2.0
-	 * @access private
 	 *
 	 * @param array &$query The single query
 	 * @param string $resulting_field The resulting field
 	 */
-	private function transform_query( &$query, $resulting_field ) {
+	public function transform_query( &$query, $resulting_field ) {
 		global $wpdb;
 
 		if ( empty( $query['terms'] ) )
