Changeset 1504 for trunk/wp-content

Show
Ignore:
Timestamp:
10/08/08 13:26:53 (2 months ago)
Author:
donncha
Message:

Merge with WordPress? MU 2.6.2

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-content/themes/home/searchform.php

    r978 r1504  
    11<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/"> 
     2<label class="hidden" for="s"><?php _e('Search for:'); ?></label> 
    23<div><input type="text" value="<?php the_search_query(); ?>" name="s" id="s" /> 
    34<input type="submit" id="searchsubmit" value="Search" />