Changeset 43192 for branches/4.9
- Timestamp:
- 05/09/2018 03:07:21 PM (6 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/includes/user.php
r43188 r43192 1321 1321 $status = $item->status; 1322 1322 1323 echo '<tr class="status-' . esc_attr( $status ) . '">';1323 echo '<tr id="request-' . esc_attr( $item->ID ) . '" class="status-' . esc_attr( $status ) . '">'; 1324 1324 $this->single_row_columns( $item ); 1325 1325 echo '</tr>';
Note: See TracChangeset
for help on using the changeset viewer.