Supply the missing @return doc for get_the_content_feed(). props c3mdigital. fixes #21148

git-svn-id: http://core.svn.wordpress.org/trunk@21239 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2012-07-09 04:51:00 +00:00
parent a96c5c0b2a
commit 3e371b4587

View File

@ -140,6 +140,7 @@ function the_title_rss() {
* @see get_the_content() * @see get_the_content()
* *
* @param string $feed_type The type of feed. rss2 | atom | rss | rdf * @param string $feed_type The type of feed. rss2 | atom | rss | rdf
* @return string The filtered content.
*/ */
function get_the_content_feed($feed_type = null) { function get_the_content_feed($feed_type = null) {
if ( !$feed_type ) if ( !$feed_type )