the_title_rss()

Displays the post title in the feed.


Source

File: wp-includes/feed.php

function the_title_rss() {
	echo get_the_title_rss();
}


Changelog

Changelog
Version Description
0.71 Introduced.