- Timestamp:
- 11/19/2021 08:12:44 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php
r52081 r52222 1 1 <?php 2 2 /** 3 * Large header block pattern3 * Large header with dark background block pattern 4 4 */ 5 5 return array( 6 'title' => __( 'Large header ', 'twentytwentytwo' ),6 'title' => __( 'Large header with dark background', 'twentytwentytwo' ), 7 7 'categories' => array( 'twentytwentytwo-headers' ), 8 8 'blockTypes' => array( 'core/template-part/header' ),
Note: See TracChangeset
for help on using the changeset viewer.