Make WordPress Core


Ignore:
Timestamp:
10/28/2010 09:56:43 PM (14 years ago)
Author:
markjaquith
Message:

Expand submit_button() capabilities. Replace all (or almost all) manual HTML instances in WP. props sbressler. see #15064

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/list-table-links.php

    r15985 r16061  
    7070            );
    7171            wp_dropdown_categories( $dropdown_options );
     72            submit_button( __( 'Filter' ), 'secondary', 'post-query-submit', false );
    7273?>
    73             <input type="submit" id="post-query-submit" value="<?php esc_attr_e( 'Filter' ); ?>" class="button-secondary" />
    7474        </div>
    7575<?php
Note: See TracChangeset for help on using the changeset viewer.