Changeset 33735
- Timestamp:
- 08/25/2015 08:37:50 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-users-list-table.php
r33210 r33735 360 360 $url = 'users.php?'; 361 361 362 // Set up the hover actions for this user 363 $actions = array(); 362 364 $checkbox = ''; 363 365 // Check if the user for this row is editable … … 365 367 // Set up the user editing link 366 368 $edit_link = esc_url( add_query_arg( 'wp_http_referer', urlencode( wp_unslash( $_SERVER['REQUEST_URI'] ) ), get_edit_user_link( $user_object->ID ) ) ); 367 368 // Set up the hover actions for this user369 $actions = array();370 369 371 370 if ( current_user_can( 'edit_user', $user_object->ID ) ) {
Note: See TracChangeset
for help on using the changeset viewer.