Opened 15 years ago
Closed 14 years ago
#2128 closed defect (bug) (fixed)
missing action hook in forum directories
Reported by: | dwenaus | Owned by: | dwenaus |
---|---|---|---|
Milestone: | 1.2.4 | Priority: | normal |
Severity: | Version: | ||
Component: | Forums | Keywords: | has-patch |
Cc: |
Description
In the file bp-themes/bp-default/forums/forums-loop.php
there is a helpful bp_directory_forums_extra_cell
action hook
however it is missing a corresponding action hook in the head of the table (where all the th cells are).
adding
<?php do_action( 'bp_directory_forums_extra_cell_head' ) ?>
after line 32 would be helpful.
This will help my recent plugin buddypress rate forum posts work better.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
diff is tested and works.