Changeset 2589 for trunk/wp-includes/feed-functions.php
- Timestamp:
- 05/09/2005 10:59:36 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-functions.php
r2551 r2589 111 111 112 112 if ('' == $permalink_structure) { 113 $link = get_settings('home') . '?feed=rss2&cat=' . $cat egory_id;113 $link = get_settings('home') . '?feed=rss2&cat=' . $cat_ID; 114 114 } else { 115 $link = get_category_link($cat egory_id);115 $link = get_category_link($cat_ID); 116 116 $link = $link . "feed/"; 117 117 }
Note: See TracChangeset
for help on using the changeset viewer.