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

    r45660 r45932  
    2121    <?php
    2222    printf(
    23         /* translators: %s: The current WordPress version number */
     23        /* translators: %s: The current WordPress version number. */
    2424        __( 'Welcome to WordPress&nbsp;%s' ),
    2525        $display_version
     
    3131    <?php
    3232    printf(
    33         /* translators: %s: The current WordPress version number */
     33        /* translators: %s: The current WordPress version number. */
    3434        __( 'Congratulations on updating to WordPress %s! This update makes it easier than ever to fix your site if something goes wrong.' ),
    3535        $display_version
     
    4141    <?php
    4242    printf(
    43         /* translators: %s: The current WordPress version number */
     43        /* translators: %s: The current WordPress version number. */
    4444        __( 'Version %s' ),
    4545        $display_version
Note: See TracChangeset for help on using the changeset viewer.