Opened 5 years ago
Closed 2 years ago
#48929 closed defect (bug) (fixed)
Recovery mode page references checking your site admin email, even in Multisite
Reported by: | rkaiser0324 | Owned by: | Clorith |
---|---|---|---|
Milestone: | 6.1 | Priority: | normal |
Severity: | normal | Version: | 5.3 |
Component: | Site Health | Keywords: | has-patch |
Focuses: | multisite, ui-copy | Cc: |
Description
In display_default_error_template() the message references checking your email if the endpoint is protected. However, in WP_Fatal_Error_Handler::handle() it will never call handle_error() if is_multisite() is true.
So the error message is misleading in that case, so no email was actually sent.
The error message shouldn't reference checking your email if no email sending was attempted.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Thank you very much for your report of this @rkaiser0324, you are quite right that this is text was misleading.
48929.patch is a suggested resolution, where the text is more aware of the current site setup, providing different texts if it is a protected endpoint, but you are, or are not, on a multisite install.
Standalone site:
Multisite:
I opted for the term
site administrator
overnetwork administrator
, as the last one also has meanings for businesses where this is also used as the term for whomever handles networking issues in the office or similar.