Changes between Initial Version and Version 1 of Ticket #5652, comment 11
- Timestamp:
- 05/24/2014 07:40:43 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5652, comment 11
initial v1 7 7 8 8 In the main `bp-loader.php` file: 9 * `BP_PLUGIN_DIR` and `BP_PLUGIN_URL` are tweaked to take advantage of newer fixes in WP core 9 * `BP_PLUGIN_DIR` and `BP_PLUGIN_URL` are tweaked to take advantage of newer fixes in WP core. I haven't copied over the `BP_PLUGIN_URL` changes from the stub loader because chances are devs aren't symlinking the regular directory when BP is downloaded from the wp.org plugin repo. Open to discussing this. 10 10 * The `file` and `basename` are calculated based off the `BP_PLUGIN_DIR` constant 11 11 * `plugin_dir` and `plugin_url` are set to whatever build is running