- Timestamp:
- 04/24/2023 02:32:27 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/activity/functions.php
r13442 r13461 569 569 } 570 570 add_filter( 'bp_activity_excerpt_append_text', 'bp_nouveau_activity_excerpt_append_text', 10, 1 ); 571 572 /** 573 * Register Activity Ajax actions. 574 * 575 * @since 12.0.0 576 */ 577 function bp_nouveau_register_activity_ajax_actions() { 578 $ajax_actions = array( 'activity_filter', 'get_single_activity_content', 'activity_mark_fav', 'activity_mark_unfav', 'activity_clear_new_mentions', 'delete_activity', 'new_activity_comment', 'bp_nouveau_get_activity_objects', 'post_update', 'bp_spam_activity' ); 579 580 foreach ( $ajax_actions as $ajax_action ) { 581 bp_ajax_register_action( $ajax_action ); 582 } 583 }
Note: See TracChangeset
for help on using the changeset viewer.