Changeset 4264 for trunk/wp-includes/feed.php
- Timestamp:
- 10/02/2006 06:03:34 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/feed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed.php
r4257 r4264 103 103 $link = get_option('home') . '?feed=rss2&author=' . $author_id; 104 104 } else { 105 $link = get_author_ link(0,$author_id, $author_nicename);105 $link = get_author_posts_url($author_id, $author_nicename); 106 106 $link = $link . "feed/"; 107 107 }
Note: See TracChangeset
for help on using the changeset viewer.