Changeset 7072 for trunk/src/includes/core/actions.php
- Timestamp:
- 02/10/2020 08:53:17 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/core/actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/actions.php
r6923 r7072 434 434 add_action( 'bbp_template_redirect', 'bbp_check_topic_tag_edit', 10 ); 435 435 436 // Must be after bbp_template_include_theme_compat 437 add_action( 'bbp_template_redirect', 'bbp_remove_adjacent_posts', 10 ); 438 436 439 // Theme-side POST requests 437 440 add_action( 'bbp_post_request', 'bbp_do_ajax', 1 );
Note: See TracChangeset
for help on using the changeset viewer.