Make WordPress Core

Ticket #60245: 60245.3.patch

File 60245.3.patch, 1.1 KB (added by sabernhardt, 17 months ago)

removing tab character from twentytwentyfour text domain

  • src/wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php

     
    1313<!-- wp:group {"align":"wide","layout":{"type":"constrained"}} -->
    1414<div class="wp-block-group alignwide">
    1515        <!-- 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.', 'twentytwentyfour     ' ) ); ?></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>
    1717        <!-- /wp:heading -->
    1818</div>
    1919<!-- /wp:group -->