Make WordPress Core

Changeset 14331


Ignore:
Timestamp:
05/02/2010 06:10:42 PM (15 years ago)
Author:
nacin
Message:

Remove Twenty Ten's searchform.php and use the core get_search_form() markup. fixes #13053

Location:
trunk
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/general-template.php

    r14183 r14331  
    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" />
Note: See TracChangeset for help on using the changeset viewer.