Changeset 55122
- Timestamp:
- 01/24/2023 08:49:47 AM (2 years ago)
- Location:
- trunk/src/wp-content/themes/twentytwentytwo/inc/patterns
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php
r52589 r55122 4 4 */ 5 5 return array( 6 'title' => __( 'Header with centered logo and b lack background', 'twentytwentytwo' ),6 'title' => __( 'Header with centered logo and background', 'twentytwentytwo' ), 7 7 'categories' => array( 'header' ), 8 8 'blockTypes' => array( 'core/template-part/header' ), -
trunk/src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php
r52589 r55122 4 4 */ 5 5 return array( 6 'title' => __( 'Centered header with navigation, social links, and salmonbackground', 'twentytwentytwo' ),6 'title' => __( 'Centered header with navigation, social links, and background', 'twentytwentytwo' ), 7 7 'categories' => array( 'header' ), 8 8 'blockTypes' => array( 'core/template-part/header' ), -
trunk/src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php
r52589 r55122 4 4 */ 5 5 return array( 6 'title' => __( 'Logo and navigation header with graybackground', 'twentytwentytwo' ),6 'title' => __( 'Logo and navigation header with background', 'twentytwentytwo' ), 7 7 'categories' => array( 'header' ), 8 8 'blockTypes' => array( 'core/template-part/header' ), -
trunk/src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php
r52589 r55122 4 4 */ 5 5 return array( 6 'title' => __( 'Logo, navigation, and social links header with b lack background', 'twentytwentytwo' ),6 'title' => __( 'Logo, navigation, and social links header with background', 'twentytwentytwo' ), 7 7 'categories' => array( 'header' ), 8 8 'blockTypes' => array( 'core/template-part/header' ), -
trunk/src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php
r52589 r55122 4 4 */ 5 5 return array( 6 'title' => __( 'Text-only header with greenbackground', 'twentytwentytwo' ),6 'title' => __( 'Text-only header with background', 'twentytwentytwo' ), 7 7 'categories' => array( 'header' ), 8 8 'blockTypes' => array( 'core/template-part/header' ), -
trunk/src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php
r52589 r55122 4 4 */ 5 5 return array( 6 'title' => __( 'Text-only header with salmonbackground', 'twentytwentytwo' ),6 'title' => __( 'Text-only header with background', 'twentytwentytwo' ), 7 7 'categories' => array( 'header' ), 8 8 'blockTypes' => array( 'core/template-part/header' ), -
trunk/src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php
r52589 r55122 4 4 */ 5 5 return array( 6 'title' => __( 'Text-only header with tagline and b lack background', 'twentytwentytwo' ),6 'title' => __( 'Text-only header with tagline and background', 'twentytwentytwo' ), 7 7 'categories' => array( 'header' ), 8 8 'blockTypes' => array( 'core/template-part/header' ),
Note: See TracChangeset
for help on using the changeset viewer.