From 3e371b45879714260e987e7a674d18334c628e7c Mon Sep 17 00:00:00 2001 From: markjaquith Date: Mon, 9 Jul 2012 04:51:00 +0000 Subject: [PATCH] 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 --- wp-includes/feed.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-includes/feed.php b/wp-includes/feed.php index 988f6b22c6..1665cf59ba 100644 --- a/wp-includes/feed.php +++ b/wp-includes/feed.php @@ -140,6 +140,7 @@ function the_title_rss() { * @see get_the_content() * * @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) { if ( !$feed_type )