#3491 closed defect (bug) (fixed)
Incorrect hook in default theme bp-themes/bp-default/registration/register.php
Reported by: | Jonnyauk | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Templates | 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.
Patch for bp-themes/bp-default/registration/register.php