Changeset 57041 for branches/6.3/src/wp-includes/blocks.php
- Timestamp:
- 11/01/2023 11:20:55 AM (21 months ago)
- Location:
- branches/6.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.3
- Property svn:mergeinfo changed
/trunk merged: 57032-57033
- Property svn:mergeinfo changed
-
branches/6.3/src/wp-includes/blocks.php
r56848 r57041 628 628 * This test optimizes for performance rather than strict accuracy, detecting 629 629 * whether the block type exists but not validating its structure and not checking 630 * reusable blocks. For strict accuracy, you should use the block parser on post content. 630 * synced patterns (formerly called reusable blocks). For strict accuracy, 631 * you should use the block parser on post content. 631 632 * 632 633 * @since 5.0.0
Note: See TracChangeset
for help on using the changeset viewer.