Make WordPress Core


Ignore:
Timestamp:
05/14/2009 04:09:01 AM (15 years ago)
Author:
ryan
Message:

Revert [11263]. Busted several themes. see #9323

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/category-template.php

    r11263 r11324  
    888888
    889889    foreach ( $terms as $term ) {
    890         $link = get_term_link( $term->term_id, $taxonomy );
     890        $link = get_term_link( $term, $taxonomy );
    891891        if ( is_wp_error( $link ) )
    892892            return $link;
Note: See TracChangeset for help on using the changeset viewer.