WordPress.org

Make WordPress Core

Ticket #21148: 21148.2.patch

File 21148.2.patch, 424 bytes (added by SergeyBiryukov, 12 months ago)

Slightly adjusted

  • wp-includes/feed.php

     
    140140 * @see get_the_content() 
    141141 * 
    142142 * @param string $feed_type The type of feed. rss2 | atom | rss | rdf 
     143 * @return string The filtered content. 
    143144 */ 
    144145function get_the_content_feed($feed_type = null) { 
    145146        if ( !$feed_type )