Changes between Initial Version and Version 4 of Ticket #42383
- Timestamp:
- 11/02/2017 06:34:08 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42383
-
Property
Status
changed from
new
toclosed
-
Property
Component
changed from
General
toPlugins
-
Property
Resolution
changed from
to
duplicate
-
Property
Milestone
changed from
Awaiting Review
to
-
Property
Status
changed from
-
Ticket #42383 – Description
initial v4 28 28 29 29 so, the "wp_include_framework" should be '''native''' WP function, which will do the following (phseudo-code): 30 30 {{{ 31 31 function wp_include_framework($name, $version){ 32 32 //check if folder doesnt exist … … 36 36 include_once(ABSPATH.'/wp-content/frameworks/visual-composer/4.15/loader.php'); 37 37 } 38 38 }}} 39 39 40 40 So, whenever plugin/theme is updated, the SVN only gets update of 1 line in plugin/theme PHP code, instead of updating whole library file ( authors of thousands of plugins and themes doing the same thing).