#3585 closed defect (bug) (fixed)
bp-loader.php should use BP_PLUGIN_DIR
Reported by: | wpmuguru | Owned by: | |
---|---|---|---|
Milestone: | 1.5.1 | Priority: | normal |
Severity: | minor | Version: | 1.2.9 |
Component: | Core | Keywords: | has-patch |
Cc: |
Description
bp-loader.php continues to use WP_PLUGIN_DIR after BP_PLUGIN_DIR is defined.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
(In [5185]) Use BP_PLUGIN_DIR when possible in bp-loader.php. Fixes #3585. Props wpmuguru