#3071 closed defect (bug) (fixed)
bp_before_directory_groups_content on members directory
| Reported by: | travel-junkie | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5 |
| Component: | Templates | Version: | 1.5 |
| Severity: | Keywords: | action | |
| Cc: |
Description
In 1.3-bleeding there is a do_action( 'bp_before_directory_groups_content' ); call on the members directory. This should be called do_action( 'bp_before_directory_members_content' );
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 [4170]) Correct action name in members directory template. Fixes #3071, props travel-junkie