Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #45645, comment 1


Ignore:
Timestamp:
12/14/2018 03:23:42 PM (6 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45645, comment 1

    initial v1  
    1 Thinking we can still concatenate all of TinyMCE's scripts when building, but not compress them so we don't depend on specific headers that need to be set in PHP. Will also need to keep `wp-tinymce.php` for a while in case something is accessing it directly (can try adding some form of "doing-it-wrong" there too).
     1Thinking we can still concatenate all of TinyMCE's scripts when building, but not compress them so we don't depend on specific headers that need to be set in PHP. Will also need to keep `wp-tinymce.php` for a while in case something is accessing it directly (can try adding some form of "doing-it-wrong" there too). It will output the non-compressed `wp-tinymce.js` too.