Make WordPress Core


Ignore:
Timestamp:
08/21/2007 06:27:45 PM (17 years ago)
Author:
ryan
Message:

Deprecate permalink_single_rss(). Add the_permalink_rss() with accompanying filter. Props joostdevalk and Otto42. fixes #4654

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/feed-rss2.php

    r5640 r5910  
    2525    <item>
    2626        <title><?php the_title_rss() ?></title>
    27         <link><?php permalink_single_rss() ?></link>
     27        <link><?php the_permalink_rss() ?></link>
    2828        <comments><?php comments_link(); ?></comments>
    2929        <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_post_time('Y-m-d H:i:s', true), false); ?></pubDate>
Note: See TracChangeset for help on using the changeset viewer.