Fix typo, props Simek fixes #7590
git-svn-id: https://develop.svn.wordpress.org/trunk@8727 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
513f9fea23
commit
15bee9cec8
@ -104,7 +104,7 @@ function install_search_form(){
|
||||
<option value="author"<?php selected('author', $type) ?>><?php _e('Author') ?></option>
|
||||
</select>
|
||||
<input type="text" name="s" id="search-field" value="<?php echo attribute_escape($term) ?>" />
|
||||
<input type="submit" name="search" value="<?php echo attribute_escape(__('Search')) ?>" clas="button" />
|
||||
<input type="submit" name="search" value="<?php echo attribute_escape(__('Search')) ?>" class="button" />
|
||||
</form><?php
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user