- Timestamp:
- 04/24/2023 02:32:27 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/blogs/loader.php
r13414 r13461 4 4 * 5 5 * @since 3.0.0 6 * @version 6.1.06 * @version 12.0.0 7 7 */ 8 8 … … 67 67 */ 68 68 protected function setup_actions() { 69 add_action( 'bp_init', 'bp_nouveau_register_blogs_ajax_actions' ); 70 69 71 if ( ! is_admin() || ( defined( 'DOING_AJAX' ) && DOING_AJAX ) ) { 70 72 // Avoid Notices for BuddyPress Legacy Backcompat
Note: See TracChangeset
for help on using the changeset viewer.