Changeset 20023 for trunk/wp-includes/link-template.php
- Timestamp:
- 02/28/2012 08:29:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r20000 r20023 590 590 */ 591 591 function get_term_feed_link( $term_id, $taxonomy = 'category', $feed = '' ) { 592 global $wp_rewrite;593 594 592 $term_id = ( int ) $term_id; 595 593
Note: See TracChangeset
for help on using the changeset viewer.