Changes between Initial Version and Version 1 of Ticket #55522, comment 1
- Timestamp:
- 04/04/2022 05:11:29 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55522, comment 1
initial v1 1 1 What is the problem you are trying to solve? 2 2 I think you can't make these changes or you will break some code. 3 The change for using `WP_CONTENT_DIR . '/plugins' ` is bad, since the plugins folder could have been changed to something else using `define( 'WP_PLUGIN_DIR', 'somethingelse' );` unrelated to `WP_CONTENT_DIR` or `/plugins '.3 The change for using `WP_CONTENT_DIR . '/plugins' ` is bad, since the plugins folder could have been changed to something else using `define( 'WP_PLUGIN_DIR', 'somethingelse' );` unrelated to `WP_CONTENT_DIR` or `/plugins`. 4 4 5 5 The change for `plugin_dir_url` makes the same call either way, which is the default for those parameters, so why change it?