Remove debug. fixes #13670
git-svn-id: https://develop.svn.wordpress.org/trunk@15110 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ad175650ea
commit
00e5134460
@ -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
Block a user