Skip to:
Content

BuddyPress.org

Opened 8 years ago

Closed 8 years ago

#7751 closed defect (bug) (fixed)

BP-Nouveau - Activity entry template actions are not firing

Reported by: pareshradadiya Owned by: djpaul
Priority: normal Milestone: 3.0
Component: Templates Version:
Severity: normal Keywords: has-patch
Cc:

Description

All activity entry template hooks are not firing because of wrong condition in bp_nouveau_activity_hook function.

Attachments (1)

7751.patch (627 bytes ) - added by pareshradadiya 8 years ago.

Download all attachments as: .zip

Change History (4)

@pareshradadiya
8 years ago

#1 @DJPaul
8 years ago

  • Component ActivityTemplates
  • Milestone Awaiting Review3.0

All the functions that call bp_nouveau_hook( $hook ); are strange and inconsistent. I'm not even sure this complexity is worthwhile, vs. calling do_action. The latter makes it easier for an action to be found during a find-in-files, as well.

I'm inclined to remove this. Thoughts?

#2 @DJPaul
8 years ago

Great spot by the way @pareshradadiya thank you for letting us know :)

#3 @djpaul
8 years ago

  • Owner set to djpaul
  • Resolutionfixed
  • Status newclosed

In 11989:

Templates, Nouveau: fix login in filter convenience functions.

Fixes #7751

Props pareshradadiya

Note: See TracTickets for help on using tickets.