Make WordPress Core


Ignore:
Timestamp:
09/13/2007 09:27:26 PM (18 years ago)
Author:
ryan
Message:

Deprecate fakeit arg. Props Nazgul. fixes #4439

File:
1 edited

Legend:

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

    r6100 r6114  
    6666
    6767function the_excerpt_rss() {
    68     $output = get_the_excerpt(true);
     68    $output = get_the_excerpt();
    6969    echo apply_filters('the_excerpt_rss', $output);
    7070}
Note: See TracChangeset for help on using the changeset viewer.