Make WordPress Core


Ignore:
Timestamp:
06/15/2021 03:37:13 PM (3 years ago)
Author:
SergeyBiryukov
Message:

I18N: Use consistent pattern for placeholder references in translator comments for some bundled theme strings.

Follow-up to [42827], [44562], [50234].

See #52628.

File:
1 edited

Legend:

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

    r47122 r51157  
    4343            } else {
    4444                printf(
    45                     /* translators: %1$s: The number of comments. %2$s: The post title. */
     45                    /* translators: 1: The number of comments, 2: The post title. */
    4646                    _n( '%1$s Response to %2$s', '%1$s Responses to %2$s', get_comments_number(), 'twentyten' ),
    4747                    number_format_i18n( get_comments_number() ),
Note: See TracChangeset for help on using the changeset viewer.