- 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-sites-list-table.php
r48586 r48595 290 290 $actions['delete'] = __( 'Delete' ); 291 291 } 292 $actions['spam'] = _x( 'Mark as Spam', 'site' );293 $actions['notspam'] = _x( 'Not Spam', 'site' );292 $actions['spam'] = _x( 'Mark as spam', 'site' ); 293 $actions['notspam'] = _x( 'Not spam', 'site' ); 294 294 295 295 return $actions;
Note: See TracChangeset
for help on using the changeset viewer.