Ticket #46864: 46864.diff
File 46864.diff, 504 bytes (added by , 6 years ago) |
---|
-
src/wp-includes/blocks.php
280 280 } 281 281 282 282 /** 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, 284 284 * for subsequent `the_content` usage. 285 285 * 286 286 * @access private