Changeset 24301 for trunk/wp-includes/comment.php
- Timestamp:
- 05/20/2013 11:05:50 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r24275 r24301 1750 1750 1751 1751 if ( empty($post->post_excerpt) ) 1752 $excerpt = apply_filters('the_content', $post->post_content );1752 $excerpt = apply_filters('the_content', $post->post_content, $post->ID); 1753 1753 else 1754 1754 $excerpt = apply_filters('the_excerpt', $post->post_excerpt);
Note: See TracChangeset
for help on using the changeset viewer.