Make WordPress Core


Ignore:
Timestamp:
11/07/2008 11:12:39 PM (17 years ago)
Author:
azaozz
Message:

Set search button class to .button

File:
1 edited

Legend:

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

    r9560 r9563  
    155155    <label class="hidden" for="comment-search-input"><?php _e( 'Search Comments' ); ?>:</label>
    156156    <input type="text" class="search-input" id="comment-search-input" name="s" value="<?php _admin_search_query(); ?>" />
    157     <input type="submit" value="<?php _e( 'Search Comments' ); ?>" class="button-primary" />
     157    <input type="submit" value="<?php _e( 'Search Comments' ); ?>" class="button" />
    158158</p>
    159159
Note: See TracChangeset for help on using the changeset viewer.