Make WordPress Core


Ignore:
Timestamp:
11/12/2020 07:28:35 PM (5 years ago)
Author:
desrosj
Message:

Twenty Twenty-One: Use consistent casing in strings.

This converts strings using Title Case to sentence case, which is currently preferred for consistency (see discussions on #40244).

Also included is the replacement of an escaped apostrophe with ’, which is also preferred per the Internationalization guidelines.

See #51526.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php

    r49574 r49578  
    141141                    'background_color',
    142142                    array(
    143                         'label'   => esc_html_x( 'Background Color', 'Customizer control', 'twentytwentyone' ),
     143                        'label'   => esc_html_x( 'Background color', 'Customizer control', 'twentytwentyone' ),
    144144                        'section' => 'colors',
    145145                        'palette' => $colors,
Note: See TracChangeset for help on using the changeset viewer.