Make WordPress Core


Ignore:
Timestamp:
10/29/2019 04:40:34 PM (4 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/comments.php

    r46446 r46614  
    7272                    'end_size'  => 0,
    7373                    'mid_size'  => 0,
    74                     'next_text' => __( 'Newer Comments', 'twentytwenty' ) . ' →',
    75                     'prev_text' => '← ' . __( 'Older Comments', 'twentytwenty' ),
     74                    'next_text' => __( 'Newer Comments', 'twentytwenty' ) . ' <span aria-hidden="true">&rarr;</span>',
     75                    'prev_text' => '<span aria-hidden="true">&larr;</span> ' . __( 'Older Comments', 'twentytwenty' ),
    7676                )
    7777            );
Note: See TracChangeset for help on using the changeset viewer.