Changeset 57353
- Timestamp:
- 01/25/2024 12:46:04 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-patterns.php
r57102 r57353 134 134 'label' => _x( 'Media', 'Block pattern category' ), 135 135 'description' => __( 'Different layouts containing video or audio.' ), 136 ) 137 ); 138 register_block_pattern_category( 139 'videos', 140 array( 141 'label' => _x( 'Videos', 'Block pattern category' ), 142 'description' => __( 'Different layouts containing videos.' ), 143 ) 144 ); 145 register_block_pattern_category( 146 'audio', 147 array( 148 'label' => _x( 'Audio', 'Block pattern category' ), 149 'description' => __( 'Different layouts containing audio.' ), 136 150 ) 137 151 );
Note: See TracChangeset
for help on using the changeset viewer.