Make WordPress Core

Ticket #46955: 46955.diff

File 46955.diff, 894 bytes (added by tmatsuur, 7 years ago)
  • wp-admin/includes/class-wp-debug-data.php

     
    238238                                        'label' => 'WP_PLUGIN_DIR',
    239239                                        'value' => WP_PLUGIN_DIR,
    240240                                ),
     241                                'WP_MAX_MEMORY_LIMIT' => array(
     242                                        'label' => 'WP_MAX_MEMORY_LIMIT',
     243                                        'value' => WP_MAX_MEMORY_LIMIT,
     244                                ),
    241245                                'WP_DEBUG'            => array(
    242246                                        'label' => 'WP_DEBUG',
    243247                                        'value' => WP_DEBUG ? __( 'Enabled' ) : __( 'Disabled' ),
    244248                                        'debug' => WP_DEBUG,
    245249                                ),
    246                                 'WP_MAX_MEMORY_LIMIT' => array(
    247                                         'label' => 'WP_MAX_MEMORY_LIMIT',
    248                                         'value' => WP_MAX_MEMORY_LIMIT,
    249                                 ),
    250250                                'WP_DEBUG_DISPLAY'    => array(
    251251                                        'label' => 'WP_DEBUG_DISPLAY',
    252252                                        'value' => WP_DEBUG_DISPLAY ? __( 'Enabled' ) : __( 'Disabled' ),