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

git-svn-id: http://core.svn.wordpress.org/trunk@22423 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2012-11-07 18:34:46 +00:00
parent a5c0829f35
commit 69d63c243d

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' );