Skip to content

Commit

Permalink
Fix HTML in 'Continue reading' text
Browse files Browse the repository at this point in the history
  • Loading branch information
jsit committed May 31, 2022
1 parent 838a5b9 commit a2eaae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion languages/skltn.pot
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ msgstr ""

#. translators: %s: Post title
#: template-parts/article/article-body.php:37
msgid "<span aria-label=\"Continue reading <q>%s</q>\">Continue reading</span>"
msgid "<span aria-label=\"Continue reading &ldquo;%s&rdquo;\">Continue reading</span>"
msgstr ""

#: template-parts/article/article-body.php:17
Expand Down
2 changes: 1 addition & 1 deletion template-parts/article/article-body.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
sprintf(
wp_kses_post(
/* translators: %s: Post title */
__( '<span aria-label="Continue reading <q>%s</q>">Continue reading</span>', 'skltn' ),
__( '<span aria-label="Continue reading &ldquo;%s&rdquo;">Continue reading</span>', 'skltn' ),
array(
'span' => array(
'class' => array(),
Expand Down

0 comments on commit a2eaae0

Please sign in to comment.