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-load.php

    r45676 r45932  
    7979    ) . '</p>';
    8080    $die .= '<p>' . sprintf(
    81         /* translators: %s: Documentation URL */
     81        /* translators: %s: Documentation URL. */
    8282        __( "Need more help? <a href='%s'>We got it</a>." ),
    8383        __( 'https://wordpress.org/support/article/editing-wp-config-php/' )
Note: See TracChangeset for help on using the changeset viewer.