CSS cleanup and fixes

git-svn-id: https://develop.svn.wordpress.org/trunk@10943 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-04-16 04:41:05 +00:00
parent 6cf7adbec5
commit 9a62b02dfe
24 changed files with 128 additions and 159 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ function install_search_form(){
<option value="author"<?php selected('author', $type) ?>><?php _e('Author') ?></option>
<option value="tag"<?php selected('tag', $type) ?>><?php _e('Tag') ?></option>
</select>
<input type="text" name="s" class="search-input" value="<?php echo attribute_escape($term) ?>" />
<input type="text" name="s" value="<?php echo attribute_escape($term) ?>" />
<input type="submit" name="search" value="<?php echo attribute_escape(__('Search')) ?>" class="button" />
</form><?php
}