diff options
author | Yury German <blueknight@gentoo.org> | 2022-01-23 19:12:12 -0500 |
---|---|---|
committer | Yury German <blueknight@gentoo.org> | 2022-01-23 19:12:12 -0500 |
commit | 856daf897233b153771276d227f05f8f33a6189e (patch) | |
tree | 0b5f869863fb7810f8bdf30b848606779415f2d0 /themes/twentysixteen/template-parts/content-none.php | |
parent | Plugin - akismet update from 4.1.3 to 4.2.1 (diff) | |
download | blogs-gentoo-856daf897233b153771276d227f05f8f33a6189e.tar.gz blogs-gentoo-856daf897233b153771276d227f05f8f33a6189e.tar.bz2 blogs-gentoo-856daf897233b153771276d227f05f8f33a6189e.zip |
twentyfourteen upg 2.7 to 3.2 and twentysixteen from 2.0 to 2.5
Signed-off-by: Yury German <blueknight@gentoo.org>
Diffstat (limited to 'themes/twentysixteen/template-parts/content-none.php')
-rw-r--r-- | themes/twentysixteen/template-parts/content-none.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/themes/twentysixteen/template-parts/content-none.php b/themes/twentysixteen/template-parts/content-none.php index b6b7e7c0..ad401cf9 100644 --- a/themes/twentysixteen/template-parts/content-none.php +++ b/themes/twentysixteen/template-parts/content-none.php @@ -16,7 +16,12 @@ <div class="page-content"> <?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>.', 'twentysixteen' ), esc_url( admin_url( 'post-new.php' ) ) ); ?></p> + <p> + <?php + /* translators: %s: Post editor URL. */ + printf( __( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'twentysixteen' ), esc_url( admin_url( 'post-new.php' ) ) ); + ?> + </p> <?php elseif ( is_search() ) : ?> |