bp_nouveau_activity_comments()
Output Activity Comments if any
Source Source
File: bp-templates/bp-nouveau/includes/activity/template-tags.php
function bp_nouveau_activity_comments() { global $activities_template; if ( empty( $activities_template->activity->children ) ) { return; } bp_nouveau_activity_recurse_comments( $activities_template->activity ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |