Make WordPress Core


Ignore:
Timestamp:
11/12/2020 07:28:35 PM (4 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/inc/block-styles.php

    r49216 r49578  
    105105            array(
    106106                'name'  => 'twentytwentyone-social-icons-color',
    107                 'label' => esc_html__( 'Dark Gray', 'twentytwentyone' ),
     107                'label' => esc_html__( 'Dark gray', 'twentytwentyone' ),
    108108            )
    109109        );
Note: See TracChangeset for help on using the changeset viewer.