Changeset 841 for trunk/wp-includes/template-functions-post.php
- Timestamp:
- 02/06/2004 08:28:26 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/template-functions-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-post.php
r808 r841 203 203 } 204 204 205 function get_the_excerpt($fakeit = false) {205 function get_the_excerpt($fakeit = true) { 206 206 global $id, $post; 207 207 global $HTTP_SERVER_VARS, $HTTP_COOKIE_VARS, $preview, $cookiehash;
Note: See TracChangeset
for help on using the changeset viewer.