Changeset 56030 for trunk/src/wp-includes/block-editor.php
- Timestamp:
- 06/26/2023 08:55:31 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/block-editor.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-editor.php
r55955 r56030 12 12 * 13 13 * @since 5.8.0 14 * @since 6.3.0 Reusable Blocks renamed to Patterns. 14 15 * 15 16 * @return array[] Array of categories for block types. … … 49 50 array( 50 51 'slug' => 'reusable', 51 'title' => _x( ' Reusable Blocks', 'block category' ),52 'title' => _x( 'Patterns', 'block category' ), 52 53 'icon' => null, 53 54 ),
Note: See TracChangeset
for help on using the changeset viewer.