Remove debug. fixes #13670
git-svn-id: http://svn.automattic.com/wordpress/trunk@15110 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
43c22c1e5b
commit
23ad4b4ef0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue