Changeset 37915 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 06/29/2016 05:28:00 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/default-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r37908 r37915 143 143 add_filter( 'the_excerpt', 'shortcode_unautop'); 144 144 add_filter( 'get_the_excerpt', 'wp_trim_excerpt' ); 145 146 add_filter( 'the_post_thumbnail_caption', 'wptexturize' ); 147 add_filter( 'the_post_thumbnail_caption', 'convert_smilies' ); 148 add_filter( 'the_post_thumbnail_caption', 'convert_chars' ); 145 149 146 150 add_filter( 'comment_text', 'wptexturize' );
Note: See TracChangeset
for help on using the changeset viewer.