Changeset 5752 for trunk/wp-includes/feed.php
- Timestamp:
- 06/25/2007 05:48:35 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/feed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed.php
r5548 r5752 23 23 function get_the_title_rss() { 24 24 $title = get_the_title(); 25 $title = apply_filters('the_title', $title);26 25 $title = apply_filters('the_title_rss', $title); 27 26 return $title;
Note: See TracChangeset
for help on using the changeset viewer.