#46955 closed defect (bug) (fixed)
Order of WP_DEBUG and WP_MAX_MEMORY_LIMIT of site health info
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.2 | Priority: | normal |
Severity: | normal | Version: | 5.2 |
Component: | Site Health | Keywords: | site-health |
Focuses: | administration | Cc: |
Description
This is a proposal for the order of WP_DEBUG and WP_MAX_MEMORY_LIMIT.
Currently, the site health info items are as follows.
WP_DEBUG: true WP_MAX_MEMORY_LIMIT: 512M WP_DEBUG_DISPLAY: true WP_DEBUG_LOG: true SCRIPT_DEBUG: false
I think it is better to line up debugging related constants.
WP_MAX_MEMORY_LIMIT: 512M WP_DEBUG: true WP_DEBUG_DISPLAY: true WP_DEBUG_LOG: true SCRIPT_DEBUG: false
Attachments (1)
Change History (5)
#1
@
6 years ago
- Component changed from General to Administration
- Focuses administration added
- Keywords site-health added
- Milestone changed from Awaiting Review to 5.2
- Type changed from feature request to defect (bug)
Note: See
TracTickets for help on using
tickets.
In 45230: