Make WordPress Core


Ignore:
Timestamp:
09/03/2019 12:39:13 AM (5 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/ms-delete-site.php

    r45926 r45932  
    2323        wp_die(
    2424            sprintf(
    25                 /* translators: %s: Network name */
     25                /* translators: %s: Network title. */
    2626                __( 'Thank you for using %s, your site has been deleted. Happy trails to you until we meet again.' ),
    2727                get_network()->site_name
     
    8888        get_option( 'admin_email' ),
    8989        sprintf(
    90             /* translators: %s: Site title */
     90            /* translators: %s: Site title. */
    9191            __( '[%s] Delete My Site' ),
    9292            wp_specialchars_decode( get_option( 'blogname' ) )
     
    108108    <?php
    109109        printf(
    110             /* translators: %s: Network name */
     110            /* translators: %s: Network title. */
    111111            __( 'If you do not want to use your %s site any more, you can delete it using the form below. When you click <strong>Delete My Site Permanently</strong> you will be sent an email with a link in it. Click on this link to delete your site.' ),
    112112            get_network()->site_name
     
    122122        <?php
    123123            printf(
    124                 /* translators: %s: site address */
     124                /* translators: %s: Site address. */
    125125                __( "I'm sure I want to permanently disable my site, and I am aware I can never get it back or use %s again." ),
    126126                $blog->domain . $blog->path
Note: See TracChangeset for help on using the changeset viewer.