Make WordPress Core


Ignore:
Timestamp:
11/21/2016 01:21:01 AM (8 years ago)
Author:
johnbillion
Message:

I18n: Begin introducing translator comments for strings which include placeholders but no accompanying translator comment.

Adds context to one string used in two different contexts for the new user and new site signup email notification.

More to come.

See #38882

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r39316 r39323  
    40884088                __( 'https://codex.wordpress.org/Debugging_in_WordPress' )
    40894089            );
     4090            /* translators: Developer debugging message. 1: PHP function name, 2: Explanatory message, 3: Version information message */
    40904091            trigger_error( sprintf( __( '%1$s was called <strong>incorrectly</strong>. %2$s %3$s' ), $function, $message, $version ) );
    40914092        } else {
Note: See TracChangeset for help on using the changeset viewer.