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-content/themes/twentytwelve/index.php

    r45609 r45932  
    4646                    <p>
    4747                    <?php
    48                     /* translators: %s: post editor URL */
     48                    /* translators: %s: Post editor URL. */
    4949                    printf( __( 'Ready to publish your first post? <a href="%s">Get started here</a>.', 'twentytwelve' ), admin_url( 'post-new.php' ) );
    5050                    ?>
Note: See TracChangeset for help on using the changeset viewer.