Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #47317, comment 1


Ignore:
Timestamp:
05/18/2019 02:36:31 PM (7 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47317, comment 1

    v2 v3  
    1 I use `define( 'WP_DISABLE_FATAL_ERROR_HANDLER, WP_DEBUG )` in `wp-config.php` if I am editing live files. See also [https://make.wordpress.org/core/2019/04/16/fatal-error-recovery-mode-in-5-2/]
     1I use `define( 'WP_DISABLE_FATAL_ERROR_HANDLER', WP_DEBUG )` in `wp-config.php` if I am editing live files. See also [https://make.wordpress.org/core/2019/04/16/fatal-error-recovery-mode-in-5-2/]
    22
    33May be this could be a default setup in `wp-config-sample.php`?