From 00e513446016481897b0b65f6c512ae5d22eb330 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 2 Jun 2010 15:00:09 +0000 Subject: [PATCH] Remove debug. fixes #13670 git-svn-id: https://develop.svn.wordpress.org/trunk@15110 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 a4f5f389a3..51fbfb304e 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;