Ticket #3186: 3186-get_author_link.diff
| File 3186-get_author_link.diff, 512 bytes (added by , 19 years ago) |
|---|
-
wp-includes/feed.php
102 102 if ('' == $permalink_structure) { 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 } 108 108