Changeset 6114
- Timestamp:
- 09/13/07 21:27:26 (1 year ago)
- Files:
-
- trunk/wp-includes/feed.php (modified) (1 diff)
- trunk/wp-includes/post-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/feed.php
r6100 r6114 66 66 67 67 function the_excerpt_rss() { 68 $output = get_the_excerpt( true);68 $output = get_the_excerpt(); 69 69 echo apply_filters('the_excerpt_rss', $output); 70 70 } trunk/wp-includes/post-template.php
r6026 r6114 119 119 120 120 121 function get_the_excerpt($ fakeit= true) {121 function get_the_excerpt($deprecated = true) { 122 122 global $id, $post; 123 123 $output = '';
