Changeset 35709 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 11/19/2015 11:31:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r35689 r35709 132 132 add_filter( 'the_content', 'wptexturize' ); 133 133 add_filter( 'the_content', 'convert_smilies' ); 134 add_filter( 'the_content', 'convert_chars' );135 134 add_filter( 'the_content', 'wpautop' ); 136 135 add_filter( 'the_content', 'shortcode_unautop' );
Note: See TracChangeset
for help on using the changeset viewer.