Make WordPress Core


Ignore:
Timestamp:
10/31/2023 12:56:16 PM (13 months 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].

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/blocks/renderReusable.php

    r55457 r57032  
    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.