#677 closed defect (bug) (fixed)
In bp-groups.php, add_action is confused with do_action + Diff
| Reported by: | nicolagreco | Owned by: | nicolagreco |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Version: | 1.0 | |
| Severity: | Keywords: | has-patch, nicolagreco | |
| Cc: |
Description
In the bp-groups.php for 3-4 times, the add_action is used where it has to be do_action
like in lines 1966, 1983, 2000, 2017
my diff file fix it
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [1346]) Fixes #677 props nicolagreco