Changeset 43571 for trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-none.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-none.php
r42343 r43571 20 20 <?php 21 21 if ( is_home() && current_user_can( 'publish_posts' ) ) : 22 ?>22 ?> 23 23 24 24 <p><?php printf( __( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'twentyseventeen' ), esc_url( admin_url( 'post-new.php' ) ) ); ?></p> … … 31 31 32 32 endif; 33 33 ?> 34 34 </div><!-- .page-content --> 35 35 </section><!-- .no-results -->
Note: See TracChangeset
for help on using the changeset viewer.