Changeset 7230 for branches/2.6/src/includes/core/actions.php
- Timestamp:
- 02/17/2022 06:36:20 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/src/includes/core/actions.php
r7087 r7230 130 130 add_action( 'bbp_init', 'bbp_topic_content_autoembed', 8 ); 131 131 132 // <body> class swap from "bbp-no-js" to "bbp-js" 133 add_action( 'wp_body_open', 'bbp_swap_no_js_body_class' ); 134 add_action( 'bbp_footer', 'bbp_swap_no_js_body_class' ); 135 132 136 /** 133 137 * bbp_ready - attached to end 'bbp_init' above … … 138 142 */ 139 143 add_action( 'bbp_ready', 'bbp_setup_akismet', 2 ); // Spam prevention for topics and replies 144 145 // Setup BuddyPress using its own hook 140 146 add_action( 'bp_include', 'bbp_setup_buddypress', 10 ); // Social network integration 141 147
Note: See TracChangeset
for help on using the changeset viewer.