Make WordPress Core

Ticket #53140: 53140.patch

File 53140.patch, 696 bytes (added by vyskoczilova, 2 years ago)
  • src/wp-includes/blocks.php

     
    334334 * Determine whether a post or content string has blocks.
    335335 *
    336336 * 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.
    339339 *
    340340 * @since 5.0.0
    341341 *