Ticket #14214: 14214.patch
| File 14214.patch, 373 bytes (added by peaceablewhale, 3 years ago) |
|---|
-
feed.php
161 161 * @param string $feed_type The type of feed. rss2 | atom | rss | rdf 162 162 */ 163 163 function the_content_feed($feed_type = null) { 164 echo get_the_content_feed( );164 echo get_the_content_feed($feed_type); 165 165 } 166 166 167 167 /**
