#46809 closed defect (bug) (fixed)
Site Health: Copy to clipboard is missing the code back-ticks
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.2 | Priority: | normal |
Severity: | normal | Version: | 5.2 |
Component: | Site Health | Keywords: | site-health has-patch commit |
Focuses: | Cc: |
Description
After the update to the copy to clipboard functionality, a regression occurred and the code back-ticks (`) no longer gets included around the status.
This should be re-implemented, to ensure pasting formats the data accordingly whenever possible.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
46809.patch adds the back-tick to the
WP_Debug_Data::format()
function, which is specifically made to format output for direct pasting to a support location.