Make WordPress Core

Ticket #46864: 46864.diff

File 46864.diff, 504 bytes (added by manzoorwani.jk, 6 years ago)
  • src/wp-includes/blocks.php

     
    280280}
    281281
    282282/**
    283  * If do_blocks() needs to remove wp_autop() from the `the_content` filter, this re-adds it afterwards,
     283 * If do_blocks() needs to remove wpautop() from the `the_content` filter, this re-adds it afterwards,
    284284 * for subsequent `the_content` usage.
    285285 *
    286286 * @access private