Changeset 24387 for trunk/wp-includes/default-filters.php
- Timestamp:
- 05/30/2013 05:55:22 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r24301 r24387 137 137 add_filter( 'the_title', '_post_formats_title', 10, 2 ); 138 138 139 add_filter( 'the_content', 'post_formats_compat', 7, 2 ); 140 add_filter( 'the_content', 'wptexturize' ); 141 add_filter( 'the_content', 'convert_smilies' ); 142 add_filter( 'the_content', 'convert_chars' ); 143 add_filter( 'the_content', 'wpautop' ); 144 add_filter( 'the_content', 'shortcode_unautop' ); 145 add_filter( 'the_content', 'prepend_attachment' ); 139 add_filter( 'the_content', 'wptexturize' ); 140 add_filter( 'the_content', 'convert_smilies' ); 141 add_filter( 'the_content', 'convert_chars' ); 142 add_filter( 'the_content', 'wpautop' ); 143 add_filter( 'the_content', 'shortcode_unautop' ); 144 add_filter( 'the_content', 'prepend_attachment' ); 146 145 147 146 add_filter( 'the_excerpt', 'wptexturize' );
Note: See TracChangeset
for help on using the changeset viewer.