summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/twentysixteen/template-parts/content-none.php')
-rw-r--r--themes/twentysixteen/template-parts/content-none.php7
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() ) : ?>