Make WordPress Core


Ignore:
Timestamp:
02/28/2025 05:05:16 PM (3 months ago)
Author:
karmatosed
Message:

Twenty Twenty-Five: Improves text strings.

This ticket replaces the issue not resolved in time before the release of the theme. This now takes the feedback of translators and iterates on that.

Props poena, desrosj, hameem1102, burakkaptan, jorbin, prathamesh24, audrasjb.
Fixes #62482.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyfive/patterns/banner-intro-image.php

    r59362 r59891  
    4040                <!-- wp:button -->
    4141                <div class="wp-block-button">
    42                     <a class="wp-block-button__link wp-element-button"><?php echo esc_html_x( 'Learn More', 'Button text of intro section.', 'twentytwentyfive' ); ?></a>
     42                    <a class="wp-block-button__link wp-element-button"><?php esc_html_e( 'Learn more', 'twentytwentyfive' ); ?></a>
    4343                </div>
    4444                <!-- /wp:button -->
Note: See TracChangeset for help on using the changeset viewer.