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

    r45609 r45932  
    7171                        <h2>
    7272                        <?php
    73                         /* translators: %s: author display name */
     73                        /* translators: %s: Author display name. */
    7474                        printf( __( 'About %s', 'twentytwelve' ), get_the_author() );
    7575                        ?>
     
    7979                            <a href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" rel="author">
    8080                                <?php
    81                                 /* translators: %s: author display name */
     81                                /* translators: %s: Author display name. */
    8282                                printf( __( 'View all posts by %s <span class="meta-nav">&rarr;</span>', 'twentytwelve' ), get_the_author() );
    8383                                ?>
Note: See TracChangeset for help on using the changeset viewer.