Make WordPress Core


Ignore:
Timestamp:
09/03/2019 12:39:13 AM (6 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/twentysixteen/template-parts/biography.php

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