mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-23 00:31:28 +01:00
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:
parent
a5c0829f35
commit
69d63c243d
@ -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' );
|
||||
|
Loading…
Reference in New Issue
Block a user