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-links-opml.php

    r44612 r45932  
    3030        <title>
    3131        <?php
    32             /* translators: %s: site name */
     32            /* translators: %s: Site title. */
    3333            printf( __( 'Links for %s' ), esc_attr( get_bloginfo( 'name', 'display' ) ) );
    3434        ?>
Note: See TracChangeset for help on using the changeset viewer.