Changeset 6114 for trunk/wp-includes/post-template.php
- Timestamp:
- 09/13/2007 09:27:26 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.