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/twentyfifteen/author-bio.php

    r45609 r45932  
    3333            <a class="author-link" href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" rel="author">
    3434                <?php
    35                 /* translators: %s: author display name */
     35                /* translators: %s: Author display name. */
    3636                printf( __( 'View all posts by %s', 'twentyfifteen' ), get_the_author() );
    3737                ?>
Note: See TracChangeset for help on using the changeset viewer.