- Timestamp:
- 07/03/2021 09:13:48 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/template-parts/pagination.php
r47122 r51322 10 10 */ 11 11 12 /**13 * Translators:14 * This text contains HTML to allow the text to be shorter on small screens.15 * The text inside the span with the class nav-short will be hidden on small screens.16 */17 18 12 $prev_text = sprintf( 19 13 '%s <span class="nav-prev-text">%s</span>', 20 14 '<span aria-hidden="true">←</span>', 15 /* 16 * Translators: This text contains HTML to allow the text to be shorter on small screens. 17 * The text inside the span with the class nav-short will be hidden on small screens. 18 */ 21 19 __( 'Newer <span class="nav-short">Posts</span>', 'twentytwenty' ) 22 20 ); 23 21 $next_text = sprintf( 24 22 '<span class="nav-next-text">%s</span> %s', 23 /* 24 * Translators: This text contains HTML to allow the text to be shorter on small screens. 25 * The text inside the span with the class nav-short will be hidden on small screens. 26 */ 25 27 __( 'Older <span class="nav-short">Posts</span>', 'twentytwenty' ), 26 28 '<span aria-hidden="true">→</span>'
Note: See TracChangeset
for help on using the changeset viewer.