Remove debug. fixes #13670

git-svn-id: https://develop.svn.wordpress.org/trunk@15110 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2010-06-02 15:00:09 +00:00
parent ad175650ea
commit 00e5134460

View File

@ -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;