From 68ff6842713dc10fc970e6fb94de442f10fe8311 Mon Sep 17 00:00:00 2001 From: Mark Jaquith 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: https://develop.svn.wordpress.org/trunk@21239 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 )