Opened 7 years ago
Closed 7 years ago
#28150 closed enhancement (fixed)
Deleted blog message in wp_site_check() is misleading
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Text Changes | Keywords: | has-patch commit |
Focuses: | multisite | Cc: |
Description
When attempting to load a blog that has been marked as deleted, WP currently throws the following wp_die()
error: "This user has elected to delete their account and the content is no longer available." https://core.trac.wordpress.org/browser/tags/3.9/src/wp-includes/ms-load.php#L91
It looks like the message has been the same since MU, where it was assumed (to some extent) that there'd be a one-to-one relationship between blogs and users.
Now, the message is misleading. Often it's the case that the user account has *not* been deleted. Even when true, it's not generally relevant that the user has been deleted. I suggest the more accurate (and very generic) 'This site is no longer available'. See attached patch.
In 28321: