Changeset 34855 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 10/06/2015 04:58:21 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r34711 r34855 130 130 add_filter( 'the_title', 'trim' ); 131 131 132 add_filter( 'the_content', 'wptexturize' ); 133 add_filter( 'the_content', 'convert_smilies' ); 134 add_filter( 'the_content', 'convert_chars' ); 135 add_filter( 'the_content', 'wpautop' ); 136 add_filter( 'the_content', 'shortcode_unautop' ); 137 add_filter( 'the_content', 'prepend_attachment' ); 132 add_filter( 'the_content', 'wptexturize' ); 133 add_filter( 'the_content', 'convert_smilies' ); 134 add_filter( 'the_content', 'convert_chars' ); 135 add_filter( 'the_content', 'wpautop' ); 136 add_filter( 'the_content', 'shortcode_unautop' ); 137 add_filter( 'the_content', 'prepend_attachment' ); 138 add_filter( 'the_content', 'wp_make_content_images_responsive' ); 138 139 139 140 add_filter( 'the_excerpt', 'wptexturize' );
Note: See TracChangeset
for help on using the changeset viewer.