Make WordPress Core

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


Ignore:
Timestamp:
05/14/2017 07:25:03 PM (9 years ago)
Author:
azaozz

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40558, comment 13

    initial v1  
    66> Did you manually patch the file...
    77
    8 This 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/ja/tinymce` directory in your install on the server.
     8This 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
    1010Alternatively 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.