mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
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) {
|
function _pad_term_counts(&$terms, $taxonomy) {
|
||||||
global $wpdb;
|
global $wpdb;
|
||||||
error_log("here $taxonomy");
|
|
||||||
// This function only works for hierarchical taxonomies like post categories.
|
// This function only works for hierarchical taxonomies like post categories.
|
||||||
if ( !is_taxonomy_hierarchical( $taxonomy ) )
|
if ( !is_taxonomy_hierarchical( $taxonomy ) )
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user