Make WordPress Core


Ignore:
Timestamp:
03/12/2013 05:44:27 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: remove searchform.php template once core search form accepts HTML5 argument. Props obenland, fixes #23701.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentythirteen/content-none.php

    r23452 r23673  
    2121
    2222    <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' ); ?>
    2424
    2525    <?php else : ?>
    2626
    2727    <p><?php _e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'twentythirteen' ); ?></p>
    28     <?php get_search_form(); ?>
     28    <?php get_search_form( true, 'html5' ); ?>
    2929
    3030    <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.