Remove debug. fixes #13670

git-svn-id: http://svn.automattic.com/wordpress/trunk@15110 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2010-06-02 15:00:09 +00:00
parent 43c22c1e5b
commit 23ad4b4ef0
1 changed files with 1 additions and 1 deletions

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;