Changeset 24214 for trunk/wp-includes/comment.php
- Timestamp:
- 05/09/2013 12:22:02 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r24207 r24214 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.