Opened 12 months ago
Closed 12 months ago
#61142 closed defect (bug) (duplicate)
Rename the 'Deleted' state to 'Deactivated'
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Networks and Sites | Keywords: | |
Focuses: | multisite | Cc: |
Description
On pages wp-admin/network/site-info.php?id=xxx and wp-admin/network/sites.php the sites can be given states. There is a state 'Deleted' that should actually be renamed to 'Deactivated'. Why? Please look at the quick action menu on wp-admin/network/sites.php by hovering over any row. In this menu you can adjust some states of that particular blog. Notice that deleted is not used. Here it's called Deactivated' ( or 'Activate' in case the blog is deactivated). The term 'deactivated' is so more fitting, especially when there is an actual action called 'Delete'.
Usage of the word:
- 'delete' is to permanently delete a blog
- 'Deleted' is to deactivate the site. So it should be called deactivate.
Anywhere 'Deleted' is used on the page should be renamed to 'Deactivated'. In other words only the readable text should be renamed. Any references in the source code where 'deleted' is used can remain the same. So this fix is just a superficial one; meant to prevent confusion and promote inconstancy in term usage.
Please review the attached images for more details.