mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 05:18:42 +01:00
Users: Coding standards fixes after [50228].
See #52238 git-svn-id: https://develop.svn.wordpress.org/trunk@50229 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a690358619
commit
df85e54119
@ -300,7 +300,7 @@ class WP_Users_List_Table extends WP_List_Table {
|
||||
<select name="<?php echo $id; ?>" id="<?php echo $id; ?>">
|
||||
<option value=""><?php _e( 'Change role to…' ); ?></option>
|
||||
<?php wp_dropdown_roles(); ?>
|
||||
<option value="none"><?php echo __( '— No role for this site —' ) ?> </option>
|
||||
<option value="none"><?php _e( '— No role for this site —' ); ?></option>
|
||||
</select>
|
||||
<?php
|
||||
submit_button( __( 'Change' ), '', $button_id, false );
|
||||
|
Loading…
x
Reference in New Issue
Block a user