Opened 15 years ago
Closed 15 years ago
#1823 closed defect (bug) (fixed)
forum dir action filter mis-named and in wrong place
Reported by: | mikepratt | Owned by: | |
---|---|---|---|
Milestone: | 1.2 | Priority: | major |
Severity: | Version: | ||
Component: | Keywords: | actions, forums | |
Cc: |
Description
in file bp-default/forums/index.php line 109
<?php do_action( 'bp_after_directory_groups_content' ) ?>
- The action is named the same as in the Groups dir. Suggested new name ->
bp_after_directory_forums_content
- The action is placed after the call to the sidebar.php template and should be before to allow proper usage
Note: See
TracTickets for help on using
tickets.
(In [2607]) Fixes #1823