diff --git src/wp-includes/default-filters.php src/wp-includes/default-filters.php
index fc0f4408f7..b556611c7a 100644
|
|
|
add_filter( 'the_title', 'wptexturize' ); |
| 169 | 169 | add_filter( 'the_title', 'convert_chars' ); |
| 170 | 170 | add_filter( 'the_title', 'trim' ); |
| 171 | 171 | |
| 172 | | add_filter( 'the_content', 'do_blocks', 9 ); |
| | 172 | add_filter( 'the_content', 'do_blocks', 7 ); |
| 173 | 173 | add_filter( 'the_content', 'wptexturize' ); |
| 174 | 174 | add_filter( 'the_content', 'convert_smilies', 20 ); |
| 175 | 175 | add_filter( 'the_content', 'wpautop' ); |