Ticket #54505: 54505.2.diff
File 54505.2.diff, 986 bytes (added by , 3 years ago) |
---|
-
wp-admin/includes/class-wp-debug-data.php
268 268 'label' => 'WP_PLUGIN_DIR', 269 269 'value' => WP_PLUGIN_DIR, 270 270 ), 271 'WP_TEMP_DIR' => array( 272 'label' => 'WP_TEMP_DIR', 273 'value' => ( defined( 'WP_TEMP_DIR' ) ? WP_TEMP_DIR : __( 'Undefined' ) ), 274 'debug' => ( defined( 'WP_TEMP_DIR' ) ? WP_TEMP_DIR : 'undefined' ), 275 ), 271 276 'WP_MEMORY_LIMIT' => array( 272 277 'label' => 'WP_MEMORY_LIMIT', 273 278 'value' => WP_MEMORY_LIMIT, … … 474 479 'value' => $loading, 475 480 'debug' => 'loading...', 476 481 ), 482 'temp_directory' => array( 483 'label' => __( 'Temp directory' ), 484 'value' => get_temp_dir(), 485 ), 477 486 'database_size' => array( 478 487 'label' => __( 'Database size' ), 479 488 'value' => $loading,