Make WordPress Core


Ignore:
Timestamp:
11/01/2023 11:18:52 AM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Update some reusable block references to synced patterns.

In WordPress 6.3, Reusable Blocks were renamed to Patterns. A synced pattern will behave in exactly the same way as a reusable block.

This commit updates some references in DocBlocks and inline comments to use the new name.

Follow-up to [56030].

Reviewed by hellofromTonya.
Merges [57032] and [57033] to the 6.4 branch.

Props benjaminknox, oglekler, hellofromTonya, marybaum, nicolefurlan.
Fixes #59388.

Location:
branches/6.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.4

  • branches/6.4/tests/phpunit/tests/blocks/renderReusable.php

    r55457 r57040  
    11<?php
    22/**
    3  * Tests for reusable block rendering.
     3 * Tests for synced pattern rendering.
    44 *
    55 * @package WordPress
     
    8484
    8585        /**
    86          * Make sure that a reusable block can be rendered twice in a row.
     86         * Make sure that a synced pattern can be rendered twice in a row.
    8787         *
    8888         * @ticket 52364
Note: See TracChangeset for help on using the changeset viewer.