forked from mirror/_s
Remove the screen reader text for Previous/Next post navigation. Update .pot file.
This commit is contained in:
parent
3de72a1cbd
commit
c05e3ab6ec
|
@ -117,11 +117,11 @@ msgid "Primary Menu"
|
|||
msgstr ""
|
||||
|
||||
#: single.php:21
|
||||
msgid "Previous"
|
||||
msgid "Previous:"
|
||||
msgstr ""
|
||||
|
||||
#: single.php:22
|
||||
msgid "Next"
|
||||
msgid "Next:"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: post date.
|
||||
|
|
|
@ -18,8 +18,8 @@ get_header(); ?>
|
|||
get_template_part( 'template-parts/content', get_post_format() );
|
||||
|
||||
the_post_navigation( array(
|
||||
'prev_text' => '<span class="screen-reader-text">' . __( 'Previous', '_s' ) . '</span><span aria-hidden="true" class="nav-subtitle">' . __( 'Previous', '_s' ) . '</span> <span class="nav-title">%title</span>',
|
||||
'next_text' => '<span class="screen-reader-text">' . __( 'Next', '_s' ) . '</span><span aria-hidden="true" class="nav-subtitle">' . __( 'Next', '_s' ) . '</span> <span class="nav-title">%title</span>',
|
||||
'prev_text' => '<span class="nav-subtitle">' . __( 'Previous:', '_s' ) . '</span> <span class="nav-title">%title</span>',
|
||||
'next_text' => '<span class="nav-subtitle">' . __( 'Next:', '_s' ) . '</span> <span class="nav-title">%title</span>',
|
||||
) );
|
||||
|
||||
// If comments are open or we have at least one comment, load up the comment template.
|
||||
|
|
Reference in New Issue