User Tools

Site Tools


servers:linux:nginx:wordpress

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
servers:linux:nginx:wordpress [2026/01/01 04:12] – Ubuntu -> oS TW Sean Rhoneservers:linux:nginx:wordpress [2026/01/06 02:23] (current) – [wp-config.php] SCRIPT_DEBUG needed to un-minify CSS and fix 2025 theme Sean Rhone
Line 136: Line 136:
  
   * https://github.com/WordPress/WordPress/blob/master/wp-config-sample.php   * https://github.com/WordPress/WordPress/blob/master/wp-config-sample.php
 +  * https://github.com/WordPress/WordPress/blob/master/wp-includes/script-loader.php
   * https://developer.wordpress.org/advanced-administration/wordpress/wp-config/   * https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
  
Line 155: Line 156:
 define( 'WP_DEBUG', false ); define( 'WP_DEBUG', false );
 define( 'WP_DEBUG_DISPLAY', false ); define( 'WP_DEBUG_DISPLAY', false );
 +
 +define( 'SCRIPT_DEBUG', true );
  
 if ( ! defined( 'ABSPATH' ) ) { if ( ! defined( 'ABSPATH' ) ) {
/usr/local/www/wiki/data/attic/servers/linux/nginx/wordpress.1767258726.txt.gz · Last modified: by Sean Rhone