Make WordPress Core

Changeset 15110


Ignore:
Timestamp:
06/02/2010 03:00:09 PM (15 years ago)
Author:
ryan
Message:

Remove debug. fixes #13670

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/taxonomy.php

    r15108 r15110  
    23762376function _pad_term_counts(&$terms, $taxonomy) {
    23772377    global $wpdb;
    2378 error_log("here $taxonomy");
     2378
    23792379    // This function only works for hierarchical taxonomies like post categories.
    23802380    if ( !is_taxonomy_hierarchical( $taxonomy ) )
Note: See TracChangeset for help on using the changeset viewer.