Make WordPress Core


Ignore:
Timestamp:
05/06/2015 09:11:18 AM (10 years ago)
Author:
SergeyBiryukov
Message:

Multisite: Add translator comments to default email messages with non-typical placeholders.

props yoavf.
fixes #32263.

File:
1 edited

Legend:

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

    r32339 r32381  
    254254    update_option( 'adminhash', $new_admin_email );
    255255
     256    /* translators: Do not translate USERNAME, ADMIN_URL, EMAIL, SITENAME, SITEURL: those are placeholders. */
    256257    $email_text = __( 'Howdy ###USERNAME###,
    257258
     
    335336        update_option( $current_user->ID . '_new_email', $new_user_email );
    336337
     338        /* translators: Do not translate USERNAME, ADMIN_URL, EMAIL, SITENAME, SITEURL: those are placeholders. */
    337339        $email_text = __( 'Howdy ###USERNAME###,
    338340
Note: See TracChangeset for help on using the changeset viewer.