Make WordPress Core


Ignore:
Timestamp:
01/22/2011 06:25:32 PM (14 years ago)
Author:
nacin
Message:

Use only an ID, no name, on the 'Filter' buttons on list screens. see #16345.

File:
1 edited

Legend:

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

    r17322 r17349  
    223223            }
    224224            do_action( 'restrict_manage_posts' );
    225             submit_button( __( 'Filter' ), 'secondary', 'post-query-submit', false );
     225            submit_button( __( 'Filter' ), 'secondary', false, false, array( 'id' => 'post-query-submit' ) );
    226226        }
    227227
Note: See TracChangeset for help on using the changeset viewer.