Changeset 24207 for trunk/wp-includes/comment.php
- Timestamp:
- 05/08/2013 09:27:31 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r23973 r24207 1754 1754 $excerpt = apply_filters('the_excerpt', $post->post_excerpt); 1755 1755 $excerpt = str_replace(']]>', ']]>', $excerpt); 1756 $excerpt = wp_html_excerpt($excerpt, 252) . ' ...';1756 $excerpt = wp_html_excerpt($excerpt, 252) . '…'; 1757 1757 1758 1758 $post_title = apply_filters('the_title', $post->post_title, $post->ID);
Note: See TracChangeset
for help on using the changeset viewer.