Fix the 'Change' button in the users list table. props c3mdigital. fixes #22034.

git-svn-id: https://develop.svn.wordpress.org/trunk@22423 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-11-07 18:34:46 +00:00
parent 30280a363c
commit e6ca72f48a
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ class WP_Users_List_Table extends WP_List_Table {
<?php wp_dropdown_roles(); ?>
</select>
<?php
submit_button( __( 'Change' ), 'small', 'changeit', false );
submit_button( __( 'Change' ), 'button', 'changeit', false );
endif;
do_action( 'restrict_manage_users' );