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/twentyseventeen/inc/customizer.php

    r45768 r45932  
    139139            'panel_' . $i,
    140140            array(
    141                 /* translators: %d is the front page section number */
     141                /* translators: %d: The front page section number. */
    142142                'label'           => sprintf( __( 'Front Page Section %d Content', 'twentyseventeen' ), $i ),
    143143                'description'     => ( 1 !== $i ? '' : __( 'Select pages to feature in each area from the dropdowns. Add an image to a section by setting a featured image in the page editor. Empty sections will not be displayed.', 'twentyseventeen' ) ),
Note: See TracChangeset for help on using the changeset viewer.