Changeset 55864
- Timestamp:
- 05/28/2023 11:44:24 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-users-list-table.php
r55276 r55864 354 354 */ 355 355 public function current_action() { 356 if ( isset( $_REQUEST['changeit'] ) && ! empty( $_REQUEST['new_role'] )) {356 if ( isset( $_REQUEST['changeit'] ) ) { 357 357 return 'promote'; 358 358 }
Note: See TracChangeset
for help on using the changeset viewer.