Skip to:
Content

BuddyPress.org

Changeset 12755


Ignore:
Timestamp:
10/15/2020 07:32:53 PM (4 years ago)
Author:
imath
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/buddypress/activity/comment.php

    r12082 r12755  
    66 * each activity.
    77 *
    8  * @version 3.0.0
     8 * @since 3.0.0
     9 * @version 7.0.0
    910 */
    1011
    11     ?>
     12bp_nouveau_activity_hook( 'before', 'comment' ); ?>
    1213
    1314<li id="acomment-<?php bp_activity_comment_id(); ?>" class="comment-item" data-bp-activity-comment-id="<?php bp_activity_comment_id(); ?>">
     
    3738    <?php bp_nouveau_activity_recurse_comments( bp_activity_current_comment() ); ?>
    3839</li>
     40
     41<?php
     42bp_nouveau_activity_hook( 'after', 'comment' );
Note: See TracChangeset for help on using the changeset viewer.