Ticket #21148: 21148.2.patch
| File 21148.2.patch, 424 bytes (added by SergeyBiryukov, 12 months ago) |
|---|
-
wp-includes/feed.php
140 140 * @see get_the_content() 141 141 * 142 142 * @param string $feed_type The type of feed. rss2 | atom | rss | rdf 143 * @return string The filtered content. 143 144 */ 144 145 function get_the_content_feed($feed_type = null) { 145 146 if ( !$feed_type )