Make WordPress Core


Ignore:
Timestamp:
07/06/2010 08:41:07 PM (14 years ago)
Author:
nacin
Message:

Pass feed type from the_content_feed to get_the_content_feed. props peaceablewhale, fixes #14214.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/feed.php

    r15116 r15371  
    162162 */
    163163function the_content_feed($feed_type = null) {
    164     echo get_the_content_feed();
     164    echo get_the_content_feed($feed_type);
    165165}
    166166
Note: See TracChangeset for help on using the changeset viewer.