summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury German <blueknight@gentoo.org>2022-01-23 19:00:40 -0500
committerYury German <blueknight@gentoo.org>2022-01-23 19:00:40 -0500
commit89391db6e13b481e2d6eabe0a8475e15c8f9ec28 (patch)
treeeabe327bfe8c37717783217d9ee8fa5c133b367a /themes/twentyfifteen/content-none.php
parentUpdating Classic Editor, Google Authenticatior, Jetpack, Public Post Preview,... (diff)
downloadblogs-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-none.php')
-rw-r--r--themes/twentyfifteen/content-none.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/themes/twentyfifteen/content-none.php b/themes/twentyfifteen/content-none.php
index cf118d21..055e50b2 100644
--- a/themes/twentyfifteen/content-none.php
+++ b/themes/twentyfifteen/content-none.php
@@ -19,7 +19,12 @@
<?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?>
- <p><?php printf( __( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'twentyfifteen' ), esc_url( admin_url( 'post-new.php' ) ) ); ?></p>
+ <p>
+ <?php
+ /* translators: %s: Post editor URL. */
+ printf( __( 'Ready to publish your first post? <a href="%s">Get started here</a>.', 'twentyfifteen' ), esc_url( admin_url( 'post-new.php' ) ) );
+ ?>
+ </p>
<?php elseif ( is_search() ) : ?>