Make WordPress Core

Ticket #13201: get_search_form-home_url-path.patch

File get_search_form-home_url-path.patch, 674 bytes (added by zeo, 16 years ago)
  • wp-includes/general-template.php

     
    157157                return;
    158158        }
    159159
    160         $form = '<form role="search" method="get" id="searchform" action="' . home_url() . '/" >
     160        $form = '<form role="search" method="get" id="searchform" action="' . home_url( '/' ) . '" >
    161161        <div><label class="screen-reader-text" for="s">' . __('Search for:') . '</label>
    162162        <input type="text" value="' . get_search_query() . '" name="s" id="s" />
    163163        <input type="submit" id="searchsubmit" value="'. esc_attr__('Search') .'" />