Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #33637, comment 4


Ignore:
Timestamp:
09/01/2015 01:43:24 AM (9 years ago)
Author:
adamsilverstein
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33637, comment 4

    initial v1  
    88In regard to the minified JS, you can add the following line to your wp-config.php file to use the source (unminified) JS:
    99
    10 `define('SCRIPT_DEBUG', true);`
     10`define( 'SCRIPT_DEBUG', true );`
    1111
    1212Thanks for working on a patch!