- Timestamp:
- 11/03/2023 04:37:33 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/activity/comment.php
r13114 r13631 7 7 * 8 8 * @since 3.0.0 9 * @version 1 0.0.09 * @version 12.0.0 10 10 */ 11 11 12 12 bp_nouveau_activity_hook( 'before', 'comment' ); ?> 13 13 14 <li id="acomment-<?php bp_activity_comment_id(); ?>" class="comment-item" <?php bp_nouveau_activity_ data_attribute_id(); ?>>14 <li id="acomment-<?php bp_activity_comment_id(); ?>" class="comment-item" <?php bp_nouveau_activity_comment_data_attribute_id(); ?>> 15 15 <div class="acomment-avatar item-avatar"> 16 16 <a href="<?php bp_activity_comment_user_link(); ?>">
Note: See TracChangeset
for help on using the changeset viewer.