Changeset 56613 for trunk/src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php
- 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/page-layout-image-text-and-video.php
r52555 r56613 39 39 <!-- /wp:group --> 40 40 41 <!-- wp:image {"align":"full"," style":{"color":{}}} -->42 <figure class="wp-block-image alignfull "><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/flight-path-on-transparent-a.png" alt="' . esc_attr__( 'An illustration of a bird in flight', 'twentytwentytwo' ) . '"/></figure>41 <!-- wp:image {"align":"full","width":2400,"height":1178,"style":{"color":{}}} --> 42 <figure class="wp-block-image alignfull is-resized"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/flight-path-on-transparent-a.png" alt="' . esc_attr__( 'An illustration of a bird in flight', 'twentytwentytwo' ) . '" width="2400" height="1178"/></figure> 43 43 <!-- /wp:image --> 44 44
Note: See TracChangeset
for help on using the changeset viewer.