equal
deleted
inserted
replaced
18 <p><?php printf( __( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'twentythirteen' ), admin_url( 'post-new.php' ) ); ?></p> |
18 <p><?php printf( __( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'twentythirteen' ), admin_url( 'post-new.php' ) ); ?></p> |
19 |
19 |
20 <?php elseif ( is_search() ) : ?> |
20 <?php elseif ( is_search() ) : ?> |
21 |
21 |
22 <p><?php _e( 'Sorry, but nothing matched your search terms. Please try again with different keywords.', 'twentythirteen' ); ?></p> |
22 <p><?php _e( 'Sorry, but nothing matched your search terms. Please try again with different keywords.', 'twentythirteen' ); ?></p> |
23 <?php get_search_form(); ?> |
23 <?php get_search_form(); ?> |
24 |
24 |
25 <?php else : ?> |
25 <?php else : ?> |
26 |
26 |
27 <p><?php _e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'twentythirteen' ); ?></p> |
27 <p><?php _e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'twentythirteen' ); ?></p> |
28 <?php get_search_form(); ?> |
28 <?php get_search_form(); ?> |
29 |
29 |
30 <?php endif; ?> |
30 <?php endif; ?> |
31 </div><!-- .page-content --> |
31 </div><!-- .page-content --> |