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/hero-full-width-image.php

    r59362 r59891  
    3131            <div class="wp-block-buttons">
    3232                <!-- wp:button -->
    33                 <div class="wp-block-button"><a class="wp-block-button__link wp-element-button"><?php echo esc_html_x( 'Learn More', 'Sample hero button', 'twentytwentyfive' ); ?></a></div>
     33                <div class="wp-block-button"><a class="wp-block-button__link wp-element-button"><?php esc_html_e( 'Learn more', 'twentytwentyfive' ); ?></a></div>
    3434                <!-- /wp:button -->
    3535            </div>
Note: See TracChangeset for help on using the changeset viewer.