Ticket #48720: 48720.diff
File 48720.diff, 527 bytes (added by , 5 years ago) |
---|
-
wp-config-sample.php
diff --git a/wp-config-sample.php b/wp-config-sample.php index 1a4e59243b..c73d04d5fc 100644
a b $table_prefix = 'wp_'; 78 78 * @link https://wordpress.org/support/article/debugging-in-wordpress/ 79 79 */ 80 80 define( 'WP_DEBUG', false ); 81 define( 'WP_DEBUG_LOG', ( true === WP_DEBUG ) ? true : false ); 82 define( 'WP_DEBUG_DISPLAY', false ); 83 define( 'SCRIPT_DEBUG', ( true === WP_DEBUG ) ? true : false ); 81 84 82 85 /* That's all, stop editing! Happy publishing. */ 83 86