Make WordPress Core

Opened 3 months ago

Closed 3 months ago

#61142 closed defect (bug) (duplicate)

Rename the 'Deleted' state to 'Deactivated'

Reported by: ignatiusjeroe's profile ignatiusjeroe 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:

  1. 'delete' is to permanently delete a blog
  2. '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.

Attachments (2)

Screen Shot 2024-05-03 at 19.48.41.png (159.0 KB) - added by ignatiusjeroe 3 months ago.
1. wp-admin/network/sites.php
Screen Shot 2024-05-03 at 19.48.25.png (74.4 KB) - added by ignatiusjeroe 3 months ago.
2. wp-admin/network/site-info.php?id=xx

Download all attachments as: .zip

Change History (3)

@ignatiusjeroe
3 months ago

  1. wp-admin/network/sites.php

@ignatiusjeroe
3 months ago

  1. wp-admin/network/site-info.php?id=xx

#1 @sabernhardt
3 months ago

  • Component changed from General to Networks and Sites
  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

This is already tracked on #15801; please continue the discussion there.

Note: See TracTickets for help on using tickets.