Ticket #32118: 32118.diff
File 32118.diff, 558 bytes (added by , 10 years ago) |
---|
-
wp-includes/default-constants.php
68 68 if ( !defined('WP_DEBUG_LOG') ) 69 69 define('WP_DEBUG_LOG', false); 70 70 71 // Add define('SCRIPT_DEBUG', true); to wp-config.php to use dev versions of core JS and CSS files 72 if ( !defined('SCRIPT_DEBUG') ) 73 define( 'SCRIPT_DEBUG', false ); 74 71 75 if ( !defined('WP_CACHE') ) 72 76 define('WP_CACHE', false); 73 77