Changeset 56613 for trunk/src/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php
- Timestamp:
- 09/18/2023 05:36:51 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php
r52392 r56613 7 7 'categories' => array( 'featured', 'columns' ), 8 8 'content' => '<!-- wp:group {"align":"wide"} --> 9 <div class="wp-block-group alignwide"><!-- wp:image {" sizeSlug":"large"} -->10 <figure class="wp-block-image size-large "><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/flight-path-on-gray-a.jpg" alt="' . esc_attr__( 'Illustration of a bird flying.', 'twentytwentytwo' ) . '"/></figure>9 <div class="wp-block-group alignwide"><!-- wp:image {"width":2100,"height":994,"sizeSlug":"large"} --> 10 <figure class="wp-block-image size-large is-resized"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/flight-path-on-gray-a.jpg" alt="' . esc_attr__( 'Illustration of a bird flying.', 'twentytwentytwo' ) . '" width="2100" height="994"/></figure> 11 11 <!-- /wp:image --> 12 12
Note: See TracChangeset
for help on using the changeset viewer.