Changeset 2316 for trunk/wp-includes/feed-functions.php
- Timestamp:
- 02/14/2005 03:27:50 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-functions.php
r2239 r2316 110 110 $link = $file . '?cat=' . $category_id; 111 111 } else { 112 $link = get_category_link( 0, $category_id, $category_nicename);112 $link = get_category_link($category_id); 113 113 $link = $link . "feed/"; 114 114 }
Note: See TracChangeset
for help on using the changeset viewer.