Changeset 44941 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 03/20/2019 03:48:46 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r44714 r44941 183 183 add_filter( 'the_excerpt', 'wpautop' ); 184 184 add_filter( 'the_excerpt', 'shortcode_unautop' ); 185 add_filter( 'get_the_excerpt', 'wp_trim_excerpt' );185 add_filter( 'get_the_excerpt', 'wp_trim_excerpt', 10, 2 ); 186 186 187 187 add_filter( 'the_post_thumbnail_caption', 'wptexturize' );
Note: See TracChangeset
for help on using the changeset viewer.