Changes between Initial Version and Version 1 of Ticket #33637, comment 4
- Timestamp:
- 09/01/2015 01:43:24 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33637, comment 4
initial v1 8 8 In regard to the minified JS, you can add the following line to your wp-config.php file to use the source (unminified) JS: 9 9 10 `define( 'SCRIPT_DEBUG', true);`10 `define( 'SCRIPT_DEBUG', true );` 11 11 12 12 Thanks for working on a patch!