Make WordPress Core


Ignore:
Timestamp:
06/26/2023 08:55:31 AM (3 years ago)
Author:
isabel_brison
Message:

Editor: rename reusable blocks to patterns.

Renames the Reusable blocks to Patterns and adds an option to convert a block or collection of blocks to a non-synced Pattern.

Props glendaviesnz, ramonopoly, peterwilsoncc, timothyblynjacobs, flixos90.
Fixes #58577.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/block-editor.php

    r55955 r56030  
    1212 *
    1313 * @since 5.8.0
     14 * @since 6.3.0 Reusable Blocks renamed to Patterns.
    1415 *
    1516 * @return array[] Array of categories for block types.
     
    4950        array(
    5051            'slug'  => 'reusable',
    51             'title' => _x( 'Reusable Blocks', 'block category' ),
     52            'title' => _x( 'Patterns', 'block category' ),
    5253            'icon'  => null,
    5354        ),
Note: See TracChangeset for help on using the changeset viewer.