Ticket #3653: 3653.01.diff
| File 3653.01.diff, 677 bytes (added by , 6 months ago) |
|---|
-
src/includes/core/actions.php
143 143 add_action( 'bbp_ready', 'bbp_setup_akismet', 2 ); // Spam prevention for topics and replies 144 144 145 145 // Setup BuddyPress using its own hook 146 add_action( ' bp_include', 'bbp_setup_buddypress', 10 ); // Social network integration146 add_action( 'init', 'bbp_setup_buddypress', 10 ); // Social network integration 147 147 148 148 // Try to load the bbpress-functions.php file from the active themes 149 149 add_action( 'bbp_after_setup_theme', 'bbp_load_theme_functions', 10 );