Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #22316, comment 84


Ignore:
Timestamp:
11/04/2017 11:02:06 AM (7 years ago)
Author:
tazotodua
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22316, comment 84

    initial v1  
    1 I am worried, why no-one read my suggestion?
     1and what if the libraries were requested by version (from the parent plugin), like:
    22
    3 I will repeat once again, what if the libraries were requested by version (from the parent plugin), like:
     3{{{
     4require_library('library-name', '1.32');
     5}}}
    46
    5 require_library('library-name', '1.32');
    67
    78thus, WP can create the structure of frameworks, like this:
    89
     10{{{
    911wp-content/framework/library-name/1.32
    1012wp-content/framework/library-name/1.31
    1113....
    1214wp-content/framework/library-name/latest    //<---- this could always be a latest version
     15}}}
    1316
    1417