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-rss.php

    r5640 r5910  
    2424        <description><?php the_content_rss('', 0, '', get_option('rss_excerpt_length')) ?></description>
    2525<?php } ?>
    26         <link><?php permalink_single_rss() ?></link>
     26        <link><?php the_permalink_rss() ?></link>
    2727        <?php do_action('rss_item'); ?>
    2828    </item>
Note: See TracChangeset for help on using the changeset viewer.