[wp-trac] [WordPress Trac] #39165: Add page to assist with debugging and support
WordPress Trac
noreply at wordpress.org
Sat Jan 27 11:23:44 UTC 2018
#39165: Add page to assist with debugging and support
-------------------------------------+-----------------------
Reporter: jorbin | Owner: Clorith
Type: task (blessed) | Status: reopened
Priority: normal | Milestone: 5.0
Component: Administration | Version:
Severity: normal | Resolution:
Keywords: needs-patch ui-feedback | Focuses:
-------------------------------------+-----------------------
Comment (by swissspidy):
This is coming along well, thanks @Clorith!
Some minor notes:
* Why is the active theme listed, but not the active plugins
* Minor detail: "Active theme" is written with a small "T", "Inactive
Plugins" with a capital "P". I think title case should be used for all
sections
* In this line: `( ! empty( $locale ) ? $original_locale : get_locale() )`
— `$original_locale` and `$locale` are not defined. That's a remnant from
the locale switching in the plugin. Just use `get_locale()`. And perhaps
rename the section to "Site Language" for clarification.
* `$loopback = Health_Check_Loopback::can_perform_loopback(); ` — the
class obviously doesn't exist in core, leading to a fatal error.
* Typo: "this is information that may be considers private" ->
"considered"
--
Ticket URL: <https://core.trac.wordpress.org/ticket/39165#comment:63>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list