mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
Fix typo, props Simek fixes #7590
git-svn-id: http://svn.automattic.com/wordpress/trunk@8727 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
06f4448c13
commit
3d60c3aeb2
@ -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