Make WordPress Core

Ticket #48034: 48034.diff

File 48034.diff, 575 bytes (added by donmhico, 7 years ago)
  • src/wp-includes/default-filters.php

    diff --git src/wp-includes/default-filters.php src/wp-includes/default-filters.php
    index fc0f4408f7..b556611c7a 100644
    add_filter( 'the_title', 'wptexturize' ); 
    169169add_filter( 'the_title', 'convert_chars' );
    170170add_filter( 'the_title', 'trim' );
    171171
    172 add_filter( 'the_content', 'do_blocks', 9 );
     172add_filter( 'the_content', 'do_blocks', 7 );
    173173add_filter( 'the_content', 'wptexturize' );
    174174add_filter( 'the_content', 'convert_smilies', 20 );
    175175add_filter( 'the_content', 'wpautop' );