Changeset 23191 for trunk/wp-admin/includes/class-wp-users-list-table.php
- Timestamp:
- 12/20/2012 03:55:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-users-list-table.php
r22689 r23191 261 261 $edit .= $this->row_actions( $actions ); 262 262 263 // Set up the checkbox ( because the user is editable, otherwise it s empty )263 // Set up the checkbox ( because the user is editable, otherwise it's empty ) 264 264 $checkbox = '<label class="screen-reader-text" for="cb-select-' . $user_object->ID . '">' . sprintf( __( 'Select %s' ), $user_object->user_login ) . '</label>' 265 265 . "<input type='checkbox' name='users[]' id='user_{$user_object->ID}' class='$role' value='{$user_object->ID}' />";
Note: See TracChangeset
for help on using the changeset viewer.