diff --git src/wp-includes/default-filters.php src/wp-includes/default-filters.php
index dfc0508f05..6b05284d27 100644
|
|
|
add_filter( 'the_title', 'trim' ); |
| 174 | 174 | add_filter( 'the_content', 'do_blocks', 9 ); |
| 175 | 175 | add_filter( 'the_content', 'wptexturize' ); |
| 176 | 176 | add_filter( 'the_content', 'convert_smilies', 20 ); |
| 177 | | add_filter( 'the_content', 'wpautop' ); |
| | 177 | add_filter( 'the_content', 'wpautop', 8 ); |
| 178 | 178 | add_filter( 'the_content', 'shortcode_unautop' ); |
| 179 | 179 | add_filter( 'the_content', 'prepend_attachment' ); |
| 180 | 180 | add_filter( 'the_content', 'wp_make_content_images_responsive' ); |