Changeset 50948
- Timestamp:
- 05/21/2021 11:12:39 AM (4 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 7 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-patterns.php
r50794 r50948 35 35 'media-text-arquitecture', 36 36 'two-buttons', 37 'query-standard-posts', 38 'query-medium-posts', 39 'query-small-posts', 40 'query-grid-posts', 41 'query-large-title-posts', 42 'query-offset-posts', 43 'social-links-shared-background-color', 37 44 ); 38 45 … … 50 57 register_block_pattern_category( 'header', array( 'label' => _x( 'Headers', 'Block pattern category' ) ) ); 51 58 register_block_pattern_category( 'text', array( 'label' => _x( 'Text', 'Block pattern category' ) ) ); 59 register_block_pattern_category( 'query', array( 'label' => __( 'Query', 'Block pattern category' ) ) ); 52 60 }
Note: See TracChangeset
for help on using the changeset viewer.