From 1f1def7496a58e1056eb2c09acca90550e674505 Mon Sep 17 00:00:00 2001 From: Yoav Farh Date: Tue, 3 Jan 2017 18:23:33 +0200 Subject: [PATCH] update comment --- inc/template-tags.php | 2 +- template-parts/content-page.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/template-tags.php b/inc/template-tags.php index a9542b24..6032661d 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 a2250abe..80819175 100644 --- a/template-parts/content-page.php +++ b/template-parts/content-page.php @@ -30,7 +30,7 @@ %s', '_s' ), get_the_title() ),