Changeset 29947
- Timestamp:
- 10/17/2014 09:15:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/content-none.php
r29892 r29947 19 19 <?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?> 20 20 21 <p><?php printf( esc_html__( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'twentyfifteen' ), esc_url( admin_url( 'post-new.php' ) ) ); ?></p>21 <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> 22 22 23 23 <?php elseif ( is_search() ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.