- Timestamp:
- 09/18/2023 05:36:51 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php
r52375 r56613 9 9 'title' => __( 'Heading and bird image', 'twentytwentytwo' ), 10 10 'inserter' => false, 11 'content' => '<!-- wp:image {"align":"wide"," sizeSlug":"full","linkDestination":"none"} -->12 <figure class="wp-block-image alignwide size-full "><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/flight-path-on-transparent-d.png" alt="' . esc_attr__( 'Illustration of a bird flying.', 'twentytwentytwo' ) . '"/></figure>11 'content' => '<!-- wp:image {"align":"wide","width":2000,"height":474,"sizeSlug":"full","linkDestination":"none"} --> 12 <figure class="wp-block-image alignwide size-full is-resized"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/flight-path-on-transparent-d.png" alt="' . esc_attr__( 'Illustration of a bird flying.', 'twentytwentytwo' ) . '" width="2000" height="474"/></figure> 13 13 <!-- /wp:image -->', 14 14 );
Note: See TracChangeset
for help on using the changeset viewer.