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

    r45674 r45932  
    8484
    8585$help .= '<p>' . sprintf(
    86     /* translators: %s: WordPress Planet URL */
     86    /* translators: %s: WordPress Planet URL. */
    8787    __( '<strong>WordPress Events and News</strong> &mdash; Upcoming events near you as well as the latest news from the official WordPress project and the <a href="%s">WordPress Planet</a>.' ),
    8888    __( 'https://planet.wordpress.org/' )
Note: See TracChangeset for help on using the changeset viewer.