Changeset 29469 for trunk/src/wp-includes/comment.php
- Timestamp:
- 08/12/2014 01:08:19 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r29311 r29469 2203 2203 2204 2204 if ( empty($post->post_excerpt) ) { 2205 /** This filter is documented in wp- admin/post-template.php */2205 /** This filter is documented in wp-includes/post-template.php */ 2206 2206 $excerpt = apply_filters( 'the_content', $post->post_content, $post->ID ); 2207 2207 } else { 2208 /** This filter is documented in wp- admin/post-template.php */2208 /** This filter is documented in wp-includes/post-template.php */ 2209 2209 $excerpt = apply_filters( 'the_excerpt', $post->post_excerpt ); 2210 2210 }
Note: See TracChangeset
for help on using the changeset viewer.