Make WordPress Core


Ignore:
Timestamp:
05/17/2010 04:21:12 PM (14 years ago)
Author:
ryan
Message:

Introduce get_term_feed_link(). Use it in wp_list_categories(). Props blepoxp. see #13058

File:
1 edited

Legend:

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

    r14248 r14711  
    13571357                $link .= '(';
    13581358
    1359             $link .= '<a href="' . get_category_feed_link($category->term_id, $feed_type) . '"';
     1359            $link .= '<a href="' . get_term_feed_link( $category->term_id, $category->taxonomy, $feed_type ) . '"';
    13601360
    13611361            if ( empty($feed) )
Note: See TracChangeset for help on using the changeset viewer.