Make WordPress Core

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


Ignore:
Timestamp:
04/04/2022 05:11:29 PM (3 years ago)
Author:
joyously
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55522, comment 1

    initial v1  
    11What is the problem you are trying to solve?
    22I 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'.
     3The 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`.
    44
    55The change for `plugin_dir_url` makes the same call either way, which is the default for those parameters, so why change it?