Changeset 24207 for trunk/wp-includes/post.php
- Timestamp:
- 05/08/2013 09:27:31 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r24126 r24207 3340 3340 3341 3341 if (strlen($excerpt) > 255) { 3342 $excerpt = substr($excerpt,0,252) . ' ...';3342 $excerpt = substr($excerpt,0,252) . '…'; 3343 3343 } 3344 3344
Note: See TracChangeset
for help on using the changeset viewer.