Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#975 closed defect (bug) (fixed)

attack of the debug code (bp-forums)

Reported by: djpaul's profile 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)

#1 @plrk
15 years ago

This debugging code is in need of debugging. Hehehe...

#2 @apeatling
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [1812]) Fixes #975

Note: See TracTickets for help on using tickets.