Make WordPress Core


Ignore:
Timestamp:
03/11/2018 04:43:59 PM (7 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-admin/network/settings.php

    r42606 r42827  
    208208                    if ( is_subdomain_install() ) {
    209209                        echo '<p class="description">';
    210                         /* translators: 1: NOBLOGREDIRECT 2: wp-config.php */
     210                        /* translators: 1: NOBLOGREDIRECT, 2: wp-config.php */
    211211                        printf(
    212212                            __( 'If registration is disabled, please set %1$s in %2$s to a URL you will redirect visitors to if they visit a non-existent site.' ),
Note: See TracChangeset for help on using the changeset viewer.