Changeset 1560 for trunk/wp-includes/functions-post.php
- Timestamp:
- 08/25/2004 02:22:39 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions-post.php
r1355 r1560 344 344 345 345 if (strlen($excerpt) > 255) { 346 $ex erpt = substr($excerpt,0,252) . '...';346 $excerpt = substr($excerpt,0,252) . '...'; 347 347 } 348 348
Note: See TracChangeset
for help on using the changeset viewer.