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

    r39076 r39323  
    376376    $name = $user->user_login;
    377377    $login_url = wp_login_url();
     378    /* translators: New site notification email. 1: New site URL, 2: User login, 3: User password or password reset link, 4: Login URL */
    378379    $message = sprintf( __( "Your new WordPress site has been successfully set up at:
    379380
Note: See TracChangeset for help on using the changeset viewer.