Make WordPress Core


Ignore:
Timestamp:
11/12/2020 06:34:44 PM (4 years ago)
Author:
desrosj
Message:

Twenty Twenty-One: Merge the latest changes changes from GitHub for Beta 4.

In addition to syncing the latest changes, this change also merges the theme’s .scss files and other related build tool configurations required to compile the theme’s CSS.

This will allow development of the theme to continue on Trac after 5.6 is released and the GitHub repository is archived.

For a full list of changes since [], see https://github.com/WordPress/twentytwentyone/compare/e7d5991...aa284fd.

Props poena, luminuu kjellr, aristath, justinahinon.
See #51526.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyone/footer.php

    r49478 r49574  
    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
     
    2929                            'theme_location' => 'footer',
    3030                            'items_wrap'     => '%3$s',
    31                             'container'      => 'false',
     31                            'container'      => false,
    3232                            'depth'          => 1,
    3333                            'link_before'    => '<span>',
    3434                            'link_after'     => '</span>',
    35                             'fallback_cb'    => 'false',
     35                            'fallback_cb'    => false,
    3636                        )
    3737                    );
Note: See TracChangeset for help on using the changeset viewer.