Changeset 50971
- Timestamp:
- 05/24/2021 01:52:37 PM (3 years ago)
- Location:
- trunk/src/wp-includes/block-patterns
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-patterns/query-grid-posts.php
r50948 r50971 7 7 8 8 return array( 9 'title' => _ _( 'Grid', 'gutenberg' ),9 'title' => _x( 'Grid', 'Block pattern title' ), 10 10 'blockTypes' => array( 'core/query' ), 11 11 'categories' => array( 'query' ), -
trunk/src/wp-includes/block-patterns/query-large-title-posts.php
r50948 r50971 7 7 8 8 return array( 9 'title' => _ _( 'Large title', 'gutenberg' ),9 'title' => _x( 'Large title', 'Block pattern title' ), 10 10 'blockTypes' => array( 'core/query' ), 11 11 'categories' => array( 'query' ), -
trunk/src/wp-includes/block-patterns/query-medium-posts.php
r50948 r50971 7 7 8 8 return array( 9 'title' => _ _( 'Image at left', 'gutenberg' ),9 'title' => _x( 'Image at left', 'Block pattern title' ), 10 10 'blockTypes' => array( 'core/query' ), 11 11 'categories' => array( 'query' ), -
trunk/src/wp-includes/block-patterns/query-offset-posts.php
r50948 r50971 7 7 8 8 return array( 9 'title' => _ _( 'Offset', 'gutenberg' ),9 'title' => _x( 'Offset', 'Block pattern title' ), 10 10 'blockTypes' => array( 'core/query' ), 11 11 'categories' => array( 'query' ), -
trunk/src/wp-includes/block-patterns/query-small-posts.php
r50948 r50971 7 7 8 8 return array( 9 'title' => _ _( 'Small image and title', 'gutenberg' ),9 'title' => _x( 'Small image and title', 'Block pattern title' ), 10 10 'blockTypes' => array( 'core/query' ), 11 11 'categories' => array( 'query' ), -
trunk/src/wp-includes/block-patterns/query-standard-posts.php
r50948 r50971 7 7 8 8 return array( 9 'title' => _ _( 'Standard', 'gutenberg' ),9 'title' => _x( 'Standard', 'Block pattern title' ), 10 10 'blockTypes' => array( 'core/query' ), 11 11 'categories' => array( 'query' ), -
trunk/src/wp-includes/block-patterns/social-links-shared-background-color.php
r50948 r50971 7 7 8 8 return array( 9 'title' => _ _( 'Social links with a shared background color', 'gutenberg' ),9 'title' => _x( 'Social links with a shared background color', 'Block pattern title' ), 10 10 'categories' => array( 'buttons' ), 11 11 'blockTypes' => array( 'core/social-links' ),
Note: See TracChangeset
for help on using the changeset viewer.