Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

Last modified 10 years ago

#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)

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

Download all attachments as: .zip

Change History (5)

@Jonnyauk
15 years ago

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

#1 @r-a-y
15 years ago

Good catch!

#2 @DJPaul
15 years ago

  • Milestone Awaiting Review1.5

#3 @djpaul
15 years ago

  • Resolutionfixed
  • Status newclosed

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

#4 @DJPaul
10 years ago

  • Component Appearance - Template PartsTemplates
Note: See TracTickets for help on using tickets.