Make WordPress Core


Ignore:
Timestamp:
02/19/2008 08:33:59 PM (17 years ago)
Author:
ryan
Message:

Standardize button and select treatments. Props mt. fixes #5925

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-comments.php

    r6570 r6918  
    1717  <legend><?php _e('Show Comments That Contain...') ?></legend>
    1818  <input type="text" name="s" value="<?php if (isset($_GET['s'])) echo attribute_escape($_GET['s']); ?>" size="17" />
    19   <input type="submit" name="submit" value="<?php _e('Search') ?>" />
     19  <input type="submit" name="submit" value="<?php _e('Search') ?>" class="button" />
    2020  <input type="hidden" name="mode" value="<?php echo $mode; ?>" />
    2121  <?php _e('(Searches within comment text, e-mail, URL, and IP address.)') ?>
Note: See TracChangeset for help on using the changeset viewer.