Make WordPress Core


Ignore:
Timestamp:
09/03/2019 12:39:13 AM (7 years ago)
Author:
SergeyBiryukov
Message:

I18N: Capitalize translator comments consistently, add trailing punctuation.

Includes minor code layout fixes.

See #44360.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/user-new.php

    r45926 r45932  
    113113                        $switched_locale = switch_to_locale( get_user_locale( $user_details ) );
    114114
    115                         /* translators: 1: Site name, 2: site URL, 3: role, 4: activation URL */
     115                        /* translators: 1: Site title, 2: Site URL, 3: User role, 4: Activation URL. */
    116116                        $message = __(
    117117                                'Hi,
     
    127127                                $new_user_email,
    128128                                sprintf(
    129                                         /* translators: Joining confirmation notification email subject. %s: Site title */
     129                                        /* translators: Joining confirmation notification email subject. %s: Site title. */
    130130                                        __( '[%s] Joining Confirmation' ),
    131131                                        wp_specialchars_decode( get_option( 'blogname' ) )
Note: See TracChangeset for help on using the changeset viewer.