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/template-parts/navigation.php

    r46446 r46614  
    3434
    3535                <a class="previous-post" href="<?php echo esc_url( get_permalink( $prev_post->ID ) ); ?>">
    36                     <span class="arrow">&larr;</span>
     36                    <span class="arrow" aria-hidden="true">&larr;</span>
    3737                    <span class="title"><span class="title-inner"><?php echo wp_kses_post( get_the_title( $prev_post->ID ) ); ?></span></span>
    3838                </a>
     
    4545
    4646                <a class="next-post" href="<?php echo esc_url( get_permalink( $next_post->ID ) ); ?>">
    47                     <span class="arrow">&rarr;</span>
     47                    <span class="arrow" aria-hidden="true">&rarr;</span>
    4848                        <span class="title"><span class="title-inner"><?php echo wp_kses_post( get_the_title( $next_post->ID ) ); ?></span></span>
    4949                </a>
Note: See TracChangeset for help on using the changeset viewer.