Changes between Initial Version and Version 1 of Ticket #22032, comment 2
- Timestamp:
- 09/28/2012 07:47:39 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22032, comment 2
initial v1 8 8 9 9 1. Open `wp-config.php` 10 2. Find the line that says `define( ' SCRIPT_DEBUG', false );` — if you haven't changed your `wp-config.php` file, it should be around line 81.10 2. Find the line that says `define( 'WP_DEBUG', false );` — if you haven't changed your `wp-config.php` file, it should be around line 81. 11 11 3. Change the `false` in that line to `true`. 12 12 4. Right below that line, add `define( 'SCRIPT_DEBUG', true );`