Changeset 886
- Timestamp:
- 02/17/2004 04:57:31 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-post.php
r885 r886 44 44 $title = get_the_title(); 45 45 $title = apply_filters('the_title', $title); 46 $title = apply_filters('the_title_rss', $title) :46 $title = apply_filters('the_title_rss', $title); 47 47 echo $title; 48 48 }
Note: See TracChangeset
for help on using the changeset viewer.