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-admin/includes/class-wp-ms-sites-list-table.php

    r45926 r45932  
    282282            <label class="screen-reader-text" for="blog_<?php echo $blog['blog_id']; ?>">
    283283                <?php
    284                 /* translators: %s: site URL */
     284                /* translators: %s: Site URL. */
    285285                printf( __( 'Select %s' ), $blogname );
    286286                ?>
     
    345345            echo '<p>';
    346346            printf(
    347                 /* translators: 1: site name, 2: site tagline. */
     347                /* translators: 1: Site title, 2: Site tagline. */
    348348                __( '%1$s &#8211; %2$s' ),
    349349                get_option( 'blogname' ),
Note: See TracChangeset for help on using the changeset viewer.