Changeset 37298 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 04/22/2016 07:07:03 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r36915 r37298 131 131 132 132 add_filter( 'the_content', 'wptexturize' ); 133 add_filter( 'the_content', 'convert_smilies' 133 add_filter( 'the_content', 'convert_smilies', 20 ); 134 134 add_filter( 'the_content', 'wpautop' ); 135 135 add_filter( 'the_content', 'shortcode_unautop' );
Note: See TracChangeset
for help on using the changeset viewer.