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/credits.php

    r45660 r45932  
    2222    <?php
    2323    printf(
    24         /* translators: %s: The current WordPress version number */
     24        /* translators: %s: The current WordPress version number. */
    2525        __( 'Welcome to WordPress&nbsp;%s' ),
    2626        $display_version
     
    3232    <?php
    3333    printf(
    34         /* translators: %s: The current WordPress version number */
     34        /* translators: %s: The current WordPress version number. */
    3535        __( 'Congratulations on updating to WordPress %s! This update makes it easier than ever to fix your site if something goes wrong.' ),
    3636        $display_version
     
    4242    <?php
    4343    printf(
    44         /* translators: %s: The current WordPress version number */
     44        /* translators: %s: The current WordPress version number. */
    4545        __( 'Version %s' ),
    4646        $display_version
     
    148148// These are strings returned by the API that we want to be translatable
    149149__( 'Project Leaders' );
    150 /* translators: %s: The current WordPress version number */
     150/* translators: %s: The current WordPress version number. */
    151151__( 'Core Contributors to WordPress %s' );
    152152__( 'Noteworthy Contributors' );
Note: See TracChangeset for help on using the changeset viewer.