Ticket #53140: 53140.patch
File 53140.patch, 696 bytes (added by , 2 years ago) |
---|
-
src/wp-includes/blocks.php
334 334 * Determine whether a post or content string has blocks. 335 335 * 336 336 * This test optimizes for performance rather than strict accuracy, detecting 337 * the pattern of a block but not validating its structure . For strict accuracy,338 * you should use the block parser on post content.337 * the pattern of a block but not validating its structure (e.g., doesn't check 338 * reusable blocks). For strict accuracy, you should use the block parser on post content. 339 339 * 340 340 * @since 5.0.0 341 341 *