mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-07 22:24:36 +00:00
Site Health: Include new WP_DEVELOPMENT_MODE in the list of constants.
Follow-up to [56042]. Props kebbet. Fixes #58646. See #57487. git-svn-id: https://develop.svn.wordpress.org/trunk@56079 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -323,6 +323,11 @@ class WP_Debug_Data {
|
||||
'value' => $wp_environment_type,
|
||||
'debug' => $wp_environment_type,
|
||||
),
|
||||
'WP_DEVELOPMENT_MODE' => array(
|
||||
'label' => 'WP_DEVELOPMENT_MODE',
|
||||
'value' => WP_DEVELOPMENT_MODE ? WP_DEVELOPMENT_MODE : __( 'Disabled' ),
|
||||
'debug' => WP_DEVELOPMENT_MODE,
|
||||
),
|
||||
'DB_CHARSET' => array(
|
||||
'label' => 'DB_CHARSET',
|
||||
'value' => ( defined( 'DB_CHARSET' ) ? DB_CHARSET : __( 'Undefined' ) ),
|
||||
|
||||
Reference in New Issue
Block a user