Changeset 57281
- Timestamp:
- 01/14/2024 10:42:58 AM (8 months ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/inc/block-patterns.php
r51434 r57281 132 132 <!-- /wp:heading --> 133 133 <!-- wp:paragraph {"align":"left"} --> 134 <p class="has-text-align-left"><a href="#">' . __( 'See Case Study' ) . ' →</a></p>134 <p class="has-text-align-left"><a href="#">' . __( 'See Case Study', 'twentysixteen' ) . ' →</a></p> 135 135 <!-- /wp:paragraph --></div></div> 136 136 <!-- /wp:group --></div> -
trunk/src/wp-content/themes/twentysixteen/inc/block-patterns.php
r51496 r57281 55 55 56 56 <!-- wp:heading {"level":1,"style":{"typography":{"fontSize":55}}} --> 57 <h1 style="font-size:55px">' . esc_html__( 'Twenty Sixteen' ) . '</h1>57 <h1 style="font-size:55px">' . esc_html__( 'Twenty Sixteen', 'twentysixteen' ) . '</h1> 58 58 <!-- /wp:heading --> 59 59 -
trunk/src/wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php
r56951 r57281 14 14 <div class="wp-block-group alignwide"> 15 15 <!-- wp:heading {"level":1,"align":"wide","style":{"typography":{"lineHeight":"1.2"}},"fontSize":"xx-large"} --> 16 <h1 class="wp-block-heading alignwide has-xx-large-font-size" style="line-height:1.2"><?php echo wp_kses_post( __( 'I’m <em>Leia Acosta</em>, a passionate photographer who finds inspiration in capturing the fleeting beauty of life.' ) ); ?></h1>16 <h1 class="wp-block-heading alignwide has-xx-large-font-size" style="line-height:1.2"><?php echo wp_kses_post( __( 'I’m <em>Leia Acosta</em>, a passionate photographer who finds inspiration in capturing the fleeting beauty of life.', 'twentytwentyfour ' ) ); ?></h1> 17 17 <!-- /wp:heading --> 18 18 </div>
Note: See TracChangeset
for help on using the changeset viewer.