Make WordPress Core


Ignore:
Timestamp:
11/12/2020 07:28:35 PM (6 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/footer.php

    r49574 r49578  
    2222
    2323                <?php if ( has_nav_menu( 'footer' ) ) : ?>
    24                         <nav aria-label="<?php esc_attr_e( 'Secondary Menu', 'twentytwentyone' ); ?>" class="footer-navigation">
     24                        <nav aria-label="<?php esc_attr_e( 'Secondary menu', 'twentytwentyone' ); ?>" class="footer-navigation">
    2525                                <ul class="footer-navigation-wrapper">
    2626                                        <?php
Note: See TracChangeset for help on using the changeset viewer.