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-custom-background.php

    r45926 r45932  
    231231            <?php
    232232            printf(
    233                 /* translators: %s: URL to background image configuration in Customizer */
     233                /* translators: %s: URL to background image configuration in Customizer. */
    234234                __( 'You can now manage and live-preview Custom Backgrounds in the <a href="%s">Customizer</a>.' ),
    235235                admin_url( 'customize.php?autofocus[control]=background_image' )
     
    244244    <p>
    245245            <?php
    246             /* translators: %s: Home URL */
     246            /* translators: %s: Home URL. */
    247247            printf( __( 'Background updated. <a href="%s">Visit your site</a> to see how it looks.' ), home_url( '/' ) );
    248248            ?>
Note: See TracChangeset for help on using the changeset viewer.