diff options
author | Yury German <blueknight@gentoo.org> | 2022-01-23 19:00:40 -0500 |
---|---|---|
committer | Yury German <blueknight@gentoo.org> | 2022-01-23 19:00:40 -0500 |
commit | 89391db6e13b481e2d6eabe0a8475e15c8f9ec28 (patch) | |
tree | eabe327bfe8c37717783217d9ee8fa5c133b367a /themes/twentyfifteen/content.php | |
parent | Updating Classic Editor, Google Authenticatior, Jetpack, Public Post Preview,... (diff) | |
download | blogs-gentoo-89391db6e13b481e2d6eabe0a8475e15c8f9ec28.tar.gz blogs-gentoo-89391db6e13b481e2d6eabe0a8475e15c8f9ec28.tar.bz2 blogs-gentoo-89391db6e13b481e2d6eabe0a8475e15c8f9ec28.zip |
Bumb Mantra to 3.20 to 3.3.1 and twentififteen from 2.5 to 3.0
Signed-off-by: Yury German <blueknight@gentoo.org>
Diffstat (limited to 'themes/twentyfifteen/content.php')
-rw-r--r-- | themes/twentyfifteen/content.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/twentyfifteen/content.php b/themes/twentyfifteen/content.php index 13799fb0..3206ad6b 100644 --- a/themes/twentyfifteen/content.php +++ b/themes/twentyfifteen/content.php @@ -28,9 +28,9 @@ <div class="entry-content"> <?php - /* translators: %s: Name of current post */ the_content( sprintf( + /* translators: %s: Post title. */ __( 'Continue reading %s', 'twentyfifteen' ), the_title( '<span class="screen-reader-text">', '</span>', false ) ) @@ -50,7 +50,7 @@ </div><!-- .entry-content --> <?php - // Author bio. + // Author bio. if ( is_single() && get_the_author_meta( 'description' ) ) : get_template_part( 'author-bio' ); endif; |