Set search button class to .button

git-svn-id: https://develop.svn.wordpress.org/trunk@9563 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-11-07 23:12:39 +00:00
parent 513e83a912
commit d998d37ac0
9 changed files with 9 additions and 9 deletions

View File

@@ -154,7 +154,7 @@ unset($status_links);
<p class="search-box">
<label class="hidden" for="comment-search-input"><?php _e( 'Search Comments' ); ?>:</label>
<input type="text" class="search-input" id="comment-search-input" name="s" value="<?php _admin_search_query(); ?>" />
<input type="submit" value="<?php _e( 'Search Comments' ); ?>" class="button-primary" />
<input type="submit" value="<?php _e( 'Search Comments' ); ?>" class="button" />
</p>
<?php