Skip to:
Content

BuddyPress.org

Opened 8 months ago

Closed 7 months ago

#8370 closed defect (bug) (fixed)

Nouveau: Activity comment template missing 'bp_before_activity_comment' hook

Reported by: r-a-y Owned by: imath
Milestone: 7.0.0 Priority: normal
Severity: normal Version: 3.0.0
Component: Templates Keywords: has-patch commit
Cc:

Description

Nouveau is missing the 'bp_before_activity_comment' hook in activity/comment.php.

Notably, this hook is responsible for setting up the oEmbed parser for the displayed comment.

Attachments (2)

8370.01.patch (550 bytes) - added by r-a-y 8 months ago.
8370.02.patch (717 bytes) - added by r-a-y 8 months ago.
Also adds missing 'bp_after_activity_comment' hook

Download all attachments as: .zip

Change History (4)

@r-a-y
8 months ago

@r-a-y
8 months ago

Also adds missing 'bp_after_activity_comment' hook

#1 @imath
8 months ago

  • Keywords commit added

Good catch @r-a-y 👌.

Could you add a @since 3.0.0 over the @version 3.0.0 and replace @version 3.0.0 by @version 7.0.0 ?

#2 @imath
7 months ago

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

In 12755:

Nouveau: make sure the bp_before_activity_comment hook is available

The BP Nouveau template pack was missing the bp_before_activity_comment hook in activity/comment.php.

Props r-a-y

Fixes #8370

Note: See TracTickets for help on using tickets.