Opened 3 years ago
Closed 2 years ago
#14032 closed defect (bug) (fixed)
When site is "Deactivated" it says "Deleted"
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Multisite | Version: | 3.0 |
| Severity: | minor | Keywords: | has-patch |
| Cc: | matt@…, wojtek.szkutnik@…, tim@… |
Description
When you "deactivate" a site, the listing of sites on wp-admin/ms-sites.php displays the site as "deleted" as opposed to "inactive". This is slightly misleading, because there is a "Delete" link for the site which actually deletes the site from the database.
Attachments (3)
Change History (14)
- Keywords needs-patch added; delete deactivate multi-site removed
- Milestone changed from Unassigned to 3.1
wojtek.szkutnik — 3 years ago
comment:3
wojtek.szkutnik — 3 years ago
- Cc wojtek.szkutnik@… added
- Keywords has-patch needs-testing gsoc added; needs-patch removed
- Keywords needs-refresh added; has-patch needs-testing gsoc removed
- Milestone changed from Awaiting Triage to 3.1
- Cc tim@… added
- Keywords has-patch needs-testing added; needs-refresh removed
- Owner set to tmoorewp
- Status changed from new to assigned
14032-2.diff should do it. The db increment needs to be upped so that the $wpdb->blogs table gets modified.
Yeah, you're right. I didn't look at it the right way initially. I'll update the file tomorrow.
Here's a more accurate patch I tested this morning. Simple wording change in one of the class files.
comment:10
tmoorewp — 3 years ago
- Keywords tested removed
comment:11
markmcwilliams — 2 years ago
- Resolution set to fixed
- Status changed from assigned to closed
Looks like this has since been fixed during another commit, probably (most likely anyway) relating to #14579 and all the work carried out on it! :)

Patch needs refresh.