Skip to:
Content

BuddyPress.org

Ticket #9287: 9287.patch

File 9287.patch, 655 bytes (added by bhargavbhandari90, 11 months ago)

hook for before and after activity content

  • src/bp-templates/bp-nouveau/buddypress/activity/entry.php

     
    3131
    3232                </div>
    3333
     34                <?php bp_nouveau_activity_hook( 'before', 'activity_content' ); ?>
     35
    3436                <?php if ( bp_nouveau_activity_has_content() ) : ?>
    3537
    3638                        <div class="activity-inner">
     
    4143
    4244                <?php endif; ?>
    4345
     46                <?php bp_nouveau_activity_hook( 'after', 'activity_content' ); ?>
     47
    4448                <?php bp_nouveau_activity_entry_buttons(); ?>
    4549
    4650        </div>