Ticket #4439: 4439.diff
File 4439.diff, 753 bytes (added by , 18 years ago) |
---|
-
wp-includes/feed.php
65 65 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 } 71 71 -
wp-includes/post-template.php
118 118 } 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 = ''; 124 124 $output = $post->post_excerpt;