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:
parent
a96c5c0b2a
commit
3e371b4587
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue