Ticket #29188: ticket#29188.patch
File ticket#29188.patch, 530 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/feed.php
184 184 if ( !$feed_type ) 185 185 $feed_type = get_default_feed(); 186 186 187 /** This filter is documented in wp- admin/post-template.php */187 /** This filter is documented in wp-includes/post-template.php */ 188 188 $content = apply_filters( 'the_content', get_the_content() ); 189 189 $content = str_replace(']]>', ']]>', $content); 190 190 /**