#3491 closed defect (bug) (fixed)
Incorrect hook in default theme bp-themes/bp-default/registration/register.php
| Reported by: | Jonnyauk | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5 |
| Component: | Templates | Version: | |
| Severity: | normal | Keywords: | 2nd-opinion |
| Cc: |
Description
Been continuing to skim the default theme files - noticed that there seems to be an incorrect hook 'bp_after_directory_activity_content' as below:
bp-themes/bp-default/registration/register.php
254 </div><!-- #content --> 255 256 <?php get_sidebar( 'buddypress' ) ?> 257 258 <?php do_action( 'bp_after_directory_activity_content' ) ?>
Not sure if this hook should even be in this file, or be after the sidebar?
Attachments (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch for bp-themes/bp-default/registration/register.php