Changeset 5910 for trunk/wp-includes/feed.php
- Timestamp:
- 08/21/2007 06:27:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed.php
r5755 r5910 70 70 } 71 71 72 73 function permalink_single_rss($file = '') { 74 echo get_permalink(); 75 } 76 72 function the_permalink_rss() { 73 echo apply_filters('the_permalink_rss', get_permalink()); 74 75 } 77 76 78 77 function comment_link() {
Note: See TracChangeset
for help on using the changeset viewer.