Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

Last modified 8 years ago

#3491 closed defect (bug) (fixed)

Incorrect hook in default theme bp-themes/bp-default/registration/register.php

Reported by: jonnyauk's profile 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)

patch.diff (549 bytes) - added by Jonnyauk 13 years ago.
Patch for bp-themes/bp-default/registration/register.php

Download all attachments as: .zip

Change History (5)

@Jonnyauk
13 years ago

Patch for bp-themes/bp-default/registration/register.php

#1 @r-a-y
13 years ago

Good catch!

#2 @DJPaul
13 years ago

  • Milestone changed from Awaiting Review to 1.5

#3 @djpaul
13 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [5004]) Remove incorrect hook in registration template. Fixes #3491, props Jonnyauk on your first patch!

#4 @DJPaul
8 years ago

  • Component changed from Appearance - Template Parts to Templates
Note: See TracTickets for help on using tickets.