Changeset 23673 for trunk/wp-content/themes/twentythirteen/content-none.php
- Timestamp:
- 03/12/2013 05:44:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/content-none.php
r23452 r23673 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( ); ?>23 <?php get_search_form( true, 'html5' ); ?> 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( ); ?>28 <?php get_search_form( true, 'html5' ); ?> 29 29 30 30 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.