Changeset 23450 for trunk/wp-includes/default-filters.php
- Timestamp:
- 02/18/2013 07:22:58 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r23416 r23450 133 133 add_filter( 'the_title', 'trim' ); 134 134 135 add_filter( 'the_content', 'wptexturize' ); 136 add_filter( 'the_content', 'convert_smilies' ); 137 add_filter( 'the_content', 'convert_chars' ); 138 add_filter( 'the_content', 'wpautop' ); 139 add_filter( 'the_content', 'shortcode_unautop' ); 140 add_filter( 'the_content', 'prepend_attachment' ); 135 add_filter( 'the_content', 'post_formats_compat', 7 ); 136 add_filter( 'the_content', 'wptexturize' ); 137 add_filter( 'the_content', 'convert_smilies' ); 138 add_filter( 'the_content', 'convert_chars' ); 139 add_filter( 'the_content', 'wpautop' ); 140 add_filter( 'the_content', 'shortcode_unautop' ); 141 add_filter( 'the_content', 'prepend_attachment' ); 141 142 142 143 add_filter( 'the_excerpt', 'wptexturize' );
Note: See TracChangeset
for help on using the changeset viewer.