Make WordPress Core


Ignore:
Timestamp:
09/03/2019 12:39:13 AM (6 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/setup-config.php

    r45926 r45932  
    188188        <?php
    189189        printf(
    190             /* translators: %s: Documentation URL */
     190            /* translators: %s: Documentation URL. */
    191191            __( 'Need more help? <a href="%s">We got it</a>.' ),
    192192            __( 'https://wordpress.org/support/article/editing-wp-config-php/' )
Note: See TracChangeset for help on using the changeset viewer.