protected function extra_tablenav( $which ) { $id = 'bottom' ===
$which ? 'new_role2' : 'new_role';
$button_id = 'bottom' ===
$which ? 'changeit2' : 'changeit';
?>
<div class="alignleft actions">
<?php
if ( current_user_can( 'promote_users'
) &&
$this->
has_items() ) : ?>
<label class="screen-reader-text" for="<?php
echo $id; ?>">
<?php
/* translators: Hidden accessibility text. */
_e( 'Change role to…'
);
?>
</label>
<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
_e( '— No role for this site —'
); ?></option>
</select>