diff --git a/template-parts/content.php b/template-parts/content.php
index 06aaadcb..6e3b38f0 100644
--- a/template-parts/content.php
+++ b/template-parts/content.php
@@ -30,15 +30,15 @@
→', '_s' ),
+ /* translators: %s: Name of current post. Only visible to screen readers */
+ __( 'Continue reading "%s"', '_s' ),
array(
'span' => array(
'class' => array(),
),
)
),
- the_title( '"', '"', false )
+ get_the_title()
) );
wp_link_pages( array(