Changeset 841
- Timestamp:
- 02/06/2004 08:28:26 PM (22 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 2 edited
-
template-functions-post.php (modified) (1 diff)
-
vars.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; -
trunk/wp-includes/vars.php
r803 r841 271 271 add_filter('the_content', 'wpautop'); 272 272 add_filter('comment_text', 'wpautop'); 273 add_falter('the_excerpt', 'wpautop'); 273 274 274 275 // Uncomment the following for Textile support
Note: See TracChangeset
for help on using the changeset viewer.