Changeset 18907 for trunk/wp-includes/comment.php
- Timestamp:
- 10/06/2011 09:09:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r18855 r18907 1712 1712 $excerpt = wp_html_excerpt($excerpt, 252) . '...'; 1713 1713 1714 $post_title = apply_filters('the_title', $post->post_title );1714 $post_title = apply_filters('the_title', $post->post_title, $post->ID); 1715 1715 $post_title = strip_tags($post_title); 1716 1716
Note: See TracChangeset
for help on using the changeset viewer.