Make WordPress Core


Ignore:
Timestamp:
12/22/2020 04:13:51 PM (4 years ago)
Author:
desrosj
Message:

Twenty Twenty-One: Improve strings found in post navigations for easier translating.

This change adjusts strings found within post navigations to ensure translators are provided the full context needed to properly translate.

Props poena, SergeyBiryukov, aristath.
Fixes #52047.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyone/comments.php

    r49826 r49866  
    6060        the_comments_pagination(
    6161            array(
    62                 /* translators: There is a space after page. */
    63                 'before_page_number' => esc_html__( 'Page ', 'twentytwentyone' ),
     62                'before_page_number' => esc_html__( 'Page', 'twentytwentyone' ) . ' ',
    6463                'mid_size'           => 0,
    6564                'prev_text'          => sprintf(
Note: See TracChangeset for help on using the changeset viewer.