Make WordPress Core

Ticket #7910: get_search_tag-theme.diff

File get_search_tag-theme.diff, 614 bytes (added by technosailor, 17 years ago)

Updates default theme to use new tag

  • wp-content/themes/default/sidebar.php

     
    99                        <?php   /* Widgetized sidebar, if you have the plugin installed. */
    1010                                        if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
    1111                        <li>
    12                                 <?php include (TEMPLATEPATH . '/searchform.php'); ?>
     12                                <?php get_search_form(); ?>
    1313                        </li>
    1414
    1515                        <!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it.