Make WordPress Core


Ignore:
Timestamp:
03/11/2018 04:43:59 PM (5 years ago)
Author:
SergeyBiryukov
Message:

I18N: Use the actual placeholder instead of a number in translator comments if the corresponding string does not use numbered placeholders.

Add missing translator comments in WP_Theme_Install_List_Table and wp_notify_postauthor().
Add missing commas in some translator comments.

Fixes #43523.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/customize/class-wp-customize-nav-menu-item-control.php

    r42343 r42827  
    135135                <p class="link-to-original">
    136136                    <?php
    137                         /* translators: Nav menu item original title. 1: Original title */
     137                        /* translators: Nav menu item original title. %s: Original title */
    138138                        printf( __( 'Original: %s' ), '<a class="original-link" href="{{ data.url }}">{{ data.original_title }}</a>' );
    139139                    ?>
Note: See TracChangeset for help on using the changeset viewer.