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
This commit is contained in:
Mark Jaquith 2012-07-09 04:51:00 +00:00
parent fb23c2d9f4
commit 68ff684271

View File

@ -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 )