Make WordPress Core


Ignore:
Timestamp:
10/29/2019 02:53:27 PM (5 years ago)
Author:
desrosj
Message:

Bundled Themes: Update Twenty Twenty.

This brings trunk’s version of Twenty Twenty in-sync with GitHub.

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

Props anlino, ianbelanger, poena, williampatton, collet, erikkroes, torres126, intimez, byalextran, mehidi258, swapnild, nielslange.
Fixes #48450.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/template-parts/pagination.php

    r46446 r46613  
    1818$prev_text = sprintf(
    1919    '%s <span class="nav-prev-text">%s</span>',
    20     '&larr;',
     20    '<span aria-hidden="true">&larr;</span>',
    2121    __( 'Newer <span class="nav-short">Posts</span>', 'twentytwenty' )
    2222);
     
    2424    '<span class="nav-next-text">%s</span> %s',
    2525    __( 'Older <span class="nav-short">Posts</span>', 'twentytwenty' ),
    26     '&rarr;'
     26    '<span aria-hidden="true">&rarr;</span>'
    2727);
    2828
Note: See TracChangeset for help on using the changeset viewer.