Make WordPress Core

Changes between Initial Version and Version 12 of Ticket #59388


Ignore:
Timestamp:
10/16/2023 09:25:43 PM (2 years ago)
Author:
hellofromTonya
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59388

    • Property Keywords good-first-bugs has-patch has-copy-review commit added
    • Property Milestone changed from Awaiting Review to 6.4
  • Ticket #59388 – Description

    initial v12  
    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.
     1During 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
     5It 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.