diff --git a/inc/template-tags.php b/inc/template-tags.php index a9542b2..6032661 100644 --- a/inc/template-tags.php +++ b/inc/template-tags.php @@ -68,7 +68,7 @@ function _s_entry_footer() { edit_post_link( sprintf( - /* translators: %s: Name of current post */ + /* translators: %s: Name of current post. Only visible to screen readers */ __( 'Edit %s', '_s' ), get_the_title() ), diff --git a/template-parts/content-page.php b/template-parts/content-page.php index a2250ab..8081917 100644 --- a/template-parts/content-page.php +++ b/template-parts/content-page.php @@ -30,7 +30,7 @@ %s', '_s' ), get_the_title() ),