diff options
Diffstat (limited to 'wp-admin/edit.php')
| -rw-r--r-- | wp-admin/edit.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wp-admin/edit.php b/wp-admin/edit.php index 4f2f332..bd570d0 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -77,7 +77,7 @@ if ( is_month() ) { <fieldset> <legend><?php _e('Search Posts…') ?></legend> <input type="text" name="s" value="<?php if (isset($s)) echo wp_specialchars($s, 1); ?>" size="17" /> - <input type="submit" name="submit" value="<?php _e('Search') ?>" /> + <input type="submit" name="submit" value="<?php _e('Search') ?>" class="button" /> </fieldset> </form> @@ -106,7 +106,7 @@ if ( count($arc_result) ) { ?> } ?> </select> - <input type="submit" name="submit" value="<?php _e('Show Month') ?>" /> + <input type="submit" name="submit" value="<?php _e('Show Month') ?>" class="button" /> </fieldset> </form> @@ -116,7 +116,7 @@ if ( count($arc_result) ) { ?> <fieldset> <legend><?php _e('Browse Category…') ?></legend> <?php wp_dropdown_categories('show_option_all='.__('All').'&hide_empty=1&hierarchical=1&show_count=1&selected='.$cat);?> - <input type="submit" name="submit" value="<?php _e('Show Category') ?>" /> + <input type="submit" name="submit" value="<?php _e('Show Category') ?>" class="button" /> </fieldset> </form> |
