[buddypress-trac] [BuddyPress] #2128: missing action hook in forum directories
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Thu Mar 4 19:13:33 UTC 2010
#2128: missing action hook in forum directories
--------------------+-------------------------------------------------------
Reporter: dwenaus | Owner:
Type: defect | Status: new
Priority: minor | Milestone: 1.2.2
Keywords: |
--------------------+-------------------------------------------------------
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.
--
Ticket URL: <http://trac.buddypress.org/ticket/2128>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list