Opened 16 years ago
Closed 16 years ago
#2127 closed defect (bug) (fixed)
wrong action name in /bp-default/blogs/create.php
| Reported by: | dwenaus | Owned by: | dwenaus |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2.4 |
| Component: | Blogs | Version: | |
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
tested and working fine