Ticket #48720: wp-config-sample.diff
File wp-config-sample.diff, 727 bytes (added by , 5 years ago) |
---|
-
wp-config-sample.php
73 73 * in their development environments. 74 74 * 75 75 * For information on other constants that can be used for debugging, 76 * visit the documentation.76 * visit the Codex. 77 77 * 78 78 * @link https://wordpress.org/support/article/debugging-in-wordpress/ 79 * 80 * Some examples of the debug constants you can enable 81 * 82 * define( 'WP_DEBUG_LOG', true ) - save all errors to a debug.log file 83 * define( 'WP_DEBUG_DISPLAY', false ); - prevent the errors from showing in the HTML of pages 84 * 79 85 */ 80 86 define( 'WP_DEBUG', false ); 81 87