[wp-trac] [WordPress Trac] #46955: Order of WP_DEBUG and WP_MAX_MEMORY_LIMIT of site health info
WordPress Trac
noreply at wordpress.org
Wed Apr 17 04:59:57 UTC 2019
#46955: Order of WP_DEBUG and WP_MAX_MEMORY_LIMIT of site health info
-----------------------------+-----------------------------
Reporter: tmatsuur | Owner: (none)
Type: feature request | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: trunk
Severity: normal | Keywords:
Focuses: |
-----------------------------+-----------------------------
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
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/46955>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list