Make WordPress Core


Ignore:
Timestamp:
01/05/2012 08:10:39 PM (13 years ago)
Author:
ryan
Message:

One newline is enough.

File:
1 edited

Legend:

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

    r19678 r19684  
    122122    return wp_filter_object_list($wp_taxonomies, $args, $operator, $field);
    123123}
    124 
    125124
    126125/**
     
    24992498//
    25002499
    2501 
    25022500/**
    25032501 * Removes the taxonomy relationship to terms from the cache.
     
    25282526    do_action('clean_object_term_cache', $object_ids, $object_type);
    25292527}
    2530 
    25312528
    25322529/**
     
    25902587}
    25912588
    2592 
    25932589/**
    25942590 * Retrieves the taxonomy relationship to the term object id.
     
    26082604    return $cache;
    26092605}
    2610 
    26112606
    26122607/**
     
    26792674}
    26802675
    2681 
    26822676/**
    26832677 * Updates Terms to Taxonomy in cache.
     
    27032697// Private
    27042698//
    2705 
    27062699
    27072700/**
     
    27372730}
    27382731
    2739 
    27402732/**
    27412733 * Get the subset of $terms that are descendants of $term_id.
     
    27932785    return $term_list;
    27942786}
    2795 
    27962787
    27972788/**
     
    29032894        if ( $object_types )
    29042895            $count += (int) $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(*) FROM $wpdb->term_relationships, $wpdb->posts WHERE $wpdb->posts.ID = $wpdb->term_relationships.object_id AND post_status = 'publish' AND post_type IN ('" . implode("', '", $object_types ) . "') AND term_taxonomy_id = %d", $term ) );
    2905 
    29062896
    29072897        do_action( 'edit_term_taxonomy', $term, $taxonomy );
Note: See TracChangeset for help on using the changeset viewer.