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/404.php

    r23452 r23673  
    2222                    <p><?php _e( 'It looks like nothing was found at this location. Maybe try a search?', 'twentythirteen' ); ?></p>
    2323
    24                     <?php get_search_form(); ?>
     24                    <?php get_search_form( true, 'html5' ); ?>
    2525                </div><!-- .page-content -->
    2626            </div><!-- .page-wrapper -->
Note: See TracChangeset for help on using the changeset viewer.