- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-users-list-table.php
r42871 r43571 265 265 $id = 'bottom' === $which ? 'new_role2' : 'new_role'; 266 266 $button_id = 'bottom' === $which ? 'changeit2' : 'changeit'; 267 ?>267 ?> 268 268 <div class="alignleft actions"> 269 269 <?php if ( current_user_can( 'promote_users' ) && $this->has_items() ) : ?> … … 273 273 <?php wp_dropdown_roles(); ?> 274 274 </select> 275 <?php275 <?php 276 276 submit_button( __( 'Change' ), '', $button_id, false ); 277 277 endif; … … 287 287 */ 288 288 do_action( 'restrict_manage_users', $which ); 289 289 ?> 290 290 </div> 291 <?php291 <?php 292 292 /** 293 293 * Fires immediately following the closing "actions" div in the tablenav for the users
Note: See TracChangeset
for help on using the changeset viewer.