Make WordPress Core

Changeset 2206


Ignore:
Timestamp:
02/02/2005 10:57:07 AM (21 years ago)
Author:
saxmatt
Message:

GET clean - http://mosquito.wordpress.org/view.php?id=784

Location:
trunk/wp-content/themes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/classic/sidebar.php

    r2142 r2206  
    1616    <div>
    1717        <input type="text" name="s" id="s" size="15" /><br />
    18         <input type="submit" name="submit" value="<?php _e('Search'); ?>" />
     18        <input type="submit" value="<?php _e('Search'); ?>" />
    1919    </div>
    2020    </form>
  • trunk/wp-content/themes/default/searchform.php

    r2135 r2206  
    11<form method="get" id="searchform" action="<?php echo $_SERVER['PHP_SELF']; ?>">
    22<div><input type="text" value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" />
    3 <input type="submit" id="searchsubmit" name="Submit" value="Search" />
     3<input type="submit" id="searchsubmit" value="Search" />
    44</div>
    55</form>
Note: See TracChangeset for help on using the changeset viewer.