| 1 | | Because reusable blocks are renamed into sync patterns, it looks like we need to have both names alongside in the code docs because we have `reusable` and `block` in many places in code and file naming, and it is unnecessary to rename them all, but need to make clear that they are the same thing now. |
| | 1 | During 6.3, [https://wordpress.org/documentation/article/reusable-blocks/ reusable blocks were renamed] to synced patterns: |
| | 2 | |
| | 3 | >WordPress 6.3 renamed Reusable Blocks to Patterns. A synced pattern will behave in exactly the same way as a reusable block. |
| | 4 | |
| | 5 | It looks like we need to have both names alongside in the code docs because we have `reusable` and `block` in many places in code and file naming, and it is unnecessary to rename them all, but need to make clear that they are the same thing now. |