bp_nouveau_activity_comments()

Output Activity Comments if any

Description

Source

File: bp-templates/bp-nouveau/includes/activity/template-tags.php

697
698
699
700
701
702
703
704
705
function bp_nouveau_activity_comments() {
    global $activities_template;
 
    if ( empty( $activities_template->activity->children ) ) {
        return;
    }
 
    bp_nouveau_activity_recurse_comments( $activities_template->activity );
}

Changelog

Changelog
Version Description
BuddyPress 3.0.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.