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

    r45675 r45932  
    5757                            <h2>
    5858                            <?php
    59                             /* translators: %s: author display name */
     59                            /* translators: %s: Author display name. */
    6060                            printf( __( 'About %s', 'twentyten' ), get_the_author() );
    6161                            ?>
     
    6565                                <a href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" rel="author">
    6666                                    <?php
    67                                     /* translators: %s: author display name */
     67                                    /* translators: %s: Author display name. */
    6868                                    printf( __( 'View all posts by %s <span class="meta-nav">&rarr;</span>', 'twentyten' ), get_the_author() );
    6969                                    ?>
Note: See TracChangeset for help on using the changeset viewer.