- Timestamp:
- 07/24/2020 12:25:47 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-users-list-table.php
r48586 r48595 115 115 $actions['delete'] = __( 'Delete' ); 116 116 } 117 $actions['spam'] = _x( 'Mark as Spam', 'user' );118 $actions['notspam'] = _x( 'Not Spam', 'user' );117 $actions['spam'] = _x( 'Mark as spam', 'user' ); 118 $actions['notspam'] = _x( 'Not spam', 'user' ); 119 119 120 120 return $actions;
Note: See TracChangeset
for help on using the changeset viewer.