diff options
Diffstat (limited to 'themes/twentyfourteen/content-none.php')
-rw-r--r-- | themes/twentyfourteen/content-none.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/themes/twentyfourteen/content-none.php b/themes/twentyfourteen/content-none.php index a97f84c8..7e35a720 100644 --- a/themes/twentyfourteen/content-none.php +++ b/themes/twentyfourteen/content-none.php @@ -15,7 +15,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>.', 'twentyfourteen' ), 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>.', 'twentyfourteen' ), admin_url( 'post-new.php' ) ); + ?> + </p> <?php elseif ( is_search() ) : ?> |