Opened 15 years ago
Closed 14 years ago
#2127 closed defect (bug) (fixed)
wrong action name in /bp-default/blogs/create.php
Reported by: | dwenaus | Owned by: | dwenaus |
---|---|---|---|
Milestone: | 1.2.4 | Priority: | normal |
Severity: | Version: | ||
Component: | Blogs | Keywords: | has-patch |
Cc: |
Description
on line 3 and 33 in /bp-themes/bp-default/blogs/create.php the action hook is wrong. right now they are:
bp_before_directory_groups_content
and
bp_after_directory_groups_content
they should be:
bp_before_directory_blogs_content
and
bp_after_directory_blogs_content
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
tested and working fine