Changeset 23799 for trunk/wp-content/themes/twentythirteen/content-none.php
- Timestamp:
- 03/26/2013 08:34:37 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/content-none.php
r23755 r23799 21 21 22 22 <p><?php _e( 'Sorry, but nothing matched your search terms. Please try again with different keywords.', 'twentythirteen' ); ?></p> 23 <?php get_search_form( true, 'html5'); ?>23 <?php get_search_form(); ?> 24 24 25 25 <?php else : ?> 26 26 27 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( true, 'html5'); ?>28 <?php get_search_form(); ?> 29 29 30 30 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.