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-includes/customize/class-wp-customize-nav-menu-locations-control.php

    r45677 r45932  
    5050                                <?php
    5151                                printf(
    52                                     /* translators: 1: Documentation URL, 2: additional link attributes, 3: accessibility text */
     52                                    /* translators: 1: Documentation URL, 2: Additional link attributes, 3: Accessibility text. */
    5353                                    _x( '(If you plan to use a menu <a href="%1$s" %2$s>widget%3$s</a>, skip this step.)', 'menu locations' ),
    5454                                    __( 'https://wordpress.org/support/article/wordpress-widgets/' ),
     
    5656                                    sprintf(
    5757                                        '<span class="screen-reader-text"> %s</span>',
    58                                         /* translators: accessibility text */
     58                                        /* translators: Accessibility text. */
    5959                                        __( '(opens in a new tab)' )
    6060                                    )
     
    7878                                    <?php
    7979                                    printf(
    80                                         /* translators: %s: menu name */
     80                                        /* translators: %s: Menu name. */
    8181                                        _x( '(Current: %s)', 'menu location' ),
    8282                                        '<span class="current-menu-location-name-' . esc_attr( $location ) . '"></span>'
Note: See TracChangeset for help on using the changeset viewer.