Ticket #7910: get_search_tag-theme.diff
| File get_search_tag-theme.diff, 614 bytes (added by , 17 years ago) |
|---|
-
wp-content/themes/default/sidebar.php
9 9 <?php /* Widgetized sidebar, if you have the plugin installed. */ 10 10 if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?> 11 11 <li> 12 <?php include (TEMPLATEPATH . '/searchform.php'); ?>12 <?php get_search_form(); ?> 13 13 </li> 14 14 15 15 <!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it.