Make WordPress Core


Ignore:
Timestamp:
10/29/2019 04:40:34 PM (5 years ago)
Author:
desrosj
Message:

Bundled Themes: Update Twenty Twenty.

This brings Twenty Twenty in-sync with GitHub.

For a complete list of changes since [46571], see https://github.com/WordPress/twentytwenty/compare/4549fd9...dea9290.

Reviewed by ianbelanger, SergeyBiryukov, desrosj.
Props anlino, ianbelanger, poena, williampatton, collet, erikkroes, torres126, intimez, byalextran, mehidi258, swapnild, nielslange.
Merges [46613] to the 5.3 branch.
Fixes #48450.

Location:
branches/5.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.3

  • branches/5.3/src/wp-content/themes/twentytwenty/footer.php

    r46446 r46614  
    4141                            <?php
    4242                            /* translators: %s: HTML character for up arrow */
    43                             printf( __( 'To the top %s', 'twentytwenty' ), '<span class="arrow">&uarr;</span>' );
     43                            printf( __( 'To the top %s', 'twentytwenty' ), '<span class="arrow" aria-hidden="true">&uarr;</span>' );
    4444                            ?>
    4545                        </span><!-- .to-the-top-long -->
     
    4747                            <?php
    4848                            /* translators: %s: HTML character for up arrow */
    49                             printf( __( 'Up %s', 'twentytwenty' ), '<span class="arrow">&uarr;</span>' );
     49                            printf( __( 'Up %s', 'twentytwenty' ), '<span class="arrow" aria-hidden="true">&uarr;</span>' );
    5050                            ?>
    5151                        </span><!-- .to-the-top-short -->
Note: See TracChangeset for help on using the changeset viewer.