Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #40558, comment 13


Ignore:
Timestamp:
05/14/2017 07:25:21 PM (7 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40558, comment 13

    v1 v2  
    88This is not that easy. Best is to use svn or git and make "working copy" to your computer, then apply the above change and re-build WordPress 4.7.4. Then replace the `wp-includes/js/tinymce` directory in your install on the server.
    99
    10 Alternatively can edit only the `plugin.js` fire and enable `define('SCRIPT_DEBUG', true);` in wp-config.php, however that will slow the loading of all of wp-admin.
     10Alternatively can edit only the `plugin.js` file and enable `define('SCRIPT_DEBUG', true);` in wp-config.php, however that will slow the loading of all of wp-admin.