Changeset 48494
- Timestamp:
- 07/16/2020 02:11:40 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/block-patterns.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-patterns.php
r48492 r48494 39 39 } 40 40 41 register_block_pattern_category( 'buttons', array( 'label' => _x( 'Buttons', 'Block pattern category' , 'gutenberg') ) );42 register_block_pattern_category( 'columns', array( 'label' => _x( 'Columns', 'Block pattern category' , 'gutenberg') ) );43 register_block_pattern_category( 'gallery', array( 'label' => _x( 'Gallery', 'Block pattern category' , 'gutenberg') ) );44 register_block_pattern_category( 'header', array( 'label' => _x( 'Headers', 'Block pattern category' , 'gutenberg') ) );45 register_block_pattern_category( 'text', array( 'label' => _x( 'Text', 'Block pattern category' , 'gutenberg') ) );41 register_block_pattern_category( 'buttons', array( 'label' => _x( 'Buttons', 'Block pattern category' ) ) ); 42 register_block_pattern_category( 'columns', array( 'label' => _x( 'Columns', 'Block pattern category' ) ) ); 43 register_block_pattern_category( 'gallery', array( 'label' => _x( 'Gallery', 'Block pattern category' ) ) ); 44 register_block_pattern_category( 'header', array( 'label' => _x( 'Headers', 'Block pattern category' ) ) ); 45 register_block_pattern_category( 'text', array( 'label' => _x( 'Text', 'Block pattern category' ) ) ); 46 46 } 47 47
Note: See TracChangeset
for help on using the changeset viewer.