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

    r45609 r45932  
    2929                <h1 class="page-title author">
    3030                <?php
    31                 /* translators: %s: author display name */
     31                /* translators: %s: Author display name. */
    3232                printf( __( 'Author Archives: %s', 'twentyten' ), '<span class="vcard"><a class="url fn n" href="' . esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ) . '" title="' . esc_attr( get_the_author() ) . '" rel="me">' . get_the_author() . '</a></span>' );
    3333                ?>
     
    5454                            <h2>
    5555                            <?php
    56                             /* translators: %s: author display name */
     56                            /* translators: %s: Author display name. */
    5757                            printf( __( 'About %s', 'twentyten' ), get_the_author() );
    5858                            ?>
Note: See TracChangeset for help on using the changeset viewer.