Changeset 6114
- Timestamp:
- 09/13/2007 09:27:26 PM (17 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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 = '';
Note: See TracChangeset
for help on using the changeset viewer.