Changeset 6114 for trunk/wp-includes/feed.php
- Timestamp:
- 09/13/2007 09:27:26 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed.php
r6100 r6114 66 66 67 67 function the_excerpt_rss() { 68 $output = get_the_excerpt( true);68 $output = get_the_excerpt(); 69 69 echo apply_filters('the_excerpt_rss', $output); 70 70 }
Note: See TracChangeset
for help on using the changeset viewer.