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/twentyeleven/404.php

    r45932 r51157  
    4343
    4444                    <?php
    45                     /* translators: %1$s: Smilie. */
    46                     $archive_content = '<p>' . sprintf( __( 'Try looking in the monthly archives. %1$s', 'twentyeleven' ), convert_smilies( ':)' ) ) . '</p>';
     45                    /* translators: %s: Smilie. */
     46                    $archive_content = '<p>' . sprintf( __( 'Try looking in the monthly archives. %s', 'twentyeleven' ), convert_smilies( ':)' ) ) . '</p>';
    4747                    the_widget(
    4848                        'WP_Widget_Archives',
Note: See TracChangeset for help on using the changeset viewer.