Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #30289


Ignore:
Timestamp:
11/08/2014 03:58:33 PM (10 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30289 – Description

    initial v1  
    1414What I am proposing is essentially a short-term fix. A better solution would involve rethinking the way WP handles JS, as discussed in these tickets:
    1515
    16 https://core.trac.wordpress.org/ticket/23285
    17 https://core.trac.wordpress.org/ticket/26113#comment:1
     16#23285
     17comment:1:ticket:26113
    1818
    1919Also, if there was some kind of a plugin-dependency system in place (#11308) or a concept of "library" plugins (https://wordpress.org/plugins/plugin-dependencies), there wouldn't be the need to put any of this in WP core. Plugins could just declare that they need the plugin which registers GSAP to be installed.