- Timestamp:
- 09/24/2021 01:54:39 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/activity/comment.php
r12755 r13114 7 7 * 8 8 * @since 3.0.0 9 * @version 7.0.09 * @version 10.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" data-bp-activity-comment-id="<?php bp_activity_comment_id(); ?>">14 <li id="acomment-<?php bp_activity_comment_id(); ?>" class="comment-item" <?php bp_nouveau_activity_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.