Changeset 42343 for trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-none.php
- Timestamp:
- 11/30/2017 11:09:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-none.php
r38833 r42343 19 19 <div class="page-content"> 20 20 <?php 21 if ( is_home() && current_user_can( 'publish_posts' ) ) : ?> 21 if ( is_home() && current_user_can( 'publish_posts' ) ) : 22 ?> 22 23 23 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> … … 29 30 get_search_form(); 30 31 31 endif; ?> 32 endif; 33 ?> 32 34 </div><!-- .page-content --> 33 35 </section><!-- .no-results -->
Note: See TracChangeset
for help on using the changeset viewer.