From 23ad4b4ef0eb89a94f13d46235f7834c897e034f Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 2 Jun 2010 15:00:09 +0000 Subject: [PATCH] Remove debug. fixes #13670 git-svn-id: http://svn.automattic.com/wordpress/trunk@15110 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/taxonomy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index a4f5f389a..51fbfb304 100644 --- a/wp-includes/taxonomy.php +++ b/wp-includes/taxonomy.php @@ -2375,7 +2375,7 @@ function &_get_term_children($term_id, $terms, $taxonomy) { */ function _pad_term_counts(&$terms, $taxonomy) { global $wpdb; -error_log("here $taxonomy"); + // This function only works for hierarchical taxonomies like post categories. if ( !is_taxonomy_hierarchical( $taxonomy ) ) return;