Changeset 56613 for trunk/src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php
- Timestamp:
- 09/18/2023 05:36:51 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php
r52555 r56613 12 12 <!-- /wp:group --> 13 13 14 <!-- wp:image {"align":"full"," style":{"color":{}}} -->15 <figure class="wp-block-image alignfull "><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/flight-path-on-transparent-b.png" alt="' . esc_attr_x( 'TBD', 'Short for to be determined', 'twentytwentytwo' ) . '"/></figure>14 <!-- wp:image {"align":"full","width":2400,"height":1800,"style":{"color":{}}} --> 15 <figure class="wp-block-image alignfull is-resized"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/flight-path-on-transparent-b.png" alt="' . esc_attr_x( 'TBD', 'Short for to be determined', 'twentytwentytwo' ) . '" width="2400" height="1800"/></figure> 16 16 <!-- /wp:image --> 17 17
Note: See TracChangeset
for help on using the changeset viewer.