Opened 3 years ago
Closed 3 years ago
#13873 closed defect (bug) (fixed)
ms-delete-site.php using incorrect vars
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | General | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | westi |
Description
When using a subdirectory install ms-delete-site.php displays something similar to the following when trying to delete http://example.org/somesite/:
I'm sure I want to permanently disable my site, and I am aware I can never get it back or use example.org/ again.
I imagine this message should actually reflect example.org/somesite/ instead of just example.org/
When not a sub domain install we are using $current_site instead of $current_blog, likely we could be using $current_blog here
Attachments (1)
Change History (4)
- Cc westi added
- Keywords dev-feedback removed
- Owner set to wpmuguru
- Status changed from new to assigned
Note: See
TracTickets for help on using
tickets.

Looks sensible to me that it would always use $current_blog there.