Merge branch 'master' of https://github.com/mjangda/_s into mjangda-master

This commit is contained in:
Michael Fields 2012-10-06 15:59:23 -07:00
commit b235c5a3e8
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
</header><!-- .entry-header -->
<div class="entry-content">
<?php if ( is_home() ) : ?>
<?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>.', '_s' ), admin_url( 'post-new.php' ) ); ?></p>