type === 'console' ) add_action('bb_head', array(&$bb_log, 'console_javascript')); add_action('bb_send_headers', 'bb_pingback_header'); add_action('bb_admin_print_scripts', 'wp_print_scripts'); add_action('bb_user_has_no_caps', 'bb_give_user_default_role'); add_action('do_pingbacks', array('BB_Pingbacks', 'send_all'), 10, 1); add_action( 'bb_init', 'bb_register_default_views' ); if ( bb_get_option( 'wp_table_prefix' ) ) { add_action( 'bb_user_login', 'bb_apply_wp_role_map_to_user' ); } unset($filters);