Opened 15 years ago
Closed 15 years ago
#975 closed defect (bug) (fixed)
attack of the debug code (bp-forums)
Reported by: | DJPaul | Owned by: | |
---|---|---|---|
Milestone: | 1.1 | Priority: | trivial |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
{{
function bp_forums_on_activation() {
echo "here"; die;
}
add_action( 'activate_bp-loader.php', 'bp_forums_on_activate' );
}}
bp-forums-bbpress.php
Change History (2)
Note: See
TracTickets for help on using
tickets.
This debugging code is in need of debugging. Hehehe...