Changeset 57040 for branches/6.4/src/wp-includes/blocks.php
- Timestamp:
- 11/01/2023 11:18:52 AM (16 months ago)
- Location:
- branches/6.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.4
- Property svn:mergeinfo changed
/trunk merged: 57032-57033
- Property svn:mergeinfo changed
-
branches/6.4/src/wp-includes/blocks.php
r57039 r57040 654 654 * This test optimizes for performance rather than strict accuracy, detecting 655 655 * whether the block type exists but not validating its structure and not checking 656 * reusable blocks. For strict accuracy, you should use the block parser on post content. 656 * synced patterns (formerly called reusable blocks). For strict accuracy, 657 * you should use the block parser on post content. 657 658 * 658 659 * @since 5.0.0
Note: See TracChangeset
for help on using the changeset viewer.