Changes between Version 2 and Version 3 of Ticket #47317, comment 1
- Timestamp:
- 05/18/2019 02:36:31 PM (7 years ago)
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/]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/] 2 2 3 3 May be this could be a default setup in `wp-config-sample.php`?