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-includes/load.php

    r42787 r42827  
    488488        wp_load_translations_early();
    489489        wp_die(
    490             /* translators: 1: $table_prefix 2: wp-config.php */
     490            /* translators: 1: $table_prefix, 2: wp-config.php */
    491491            sprintf(
    492492                __( '<strong>ERROR</strong>: %1$s in %2$s can only contain numbers, letters, and underscores.' ),
Note: See TracChangeset for help on using the changeset viewer.