- Timestamp:
- 02/12/2018 08:52:21 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/activity/comment.php
r11855 r11856 12 12 <div class="acomment-avatar item-avatar"> 13 13 <a href="<?php bp_activity_comment_user_link(); ?>"> 14 <?php bp_activity_avatar( array( 'type' => 'thumb', 'user_id' => bp_get_activity_comment_user_id() ) ); ?> 14 <?php 15 bp_activity_avatar( 16 array( 17 'type' => 'thumb', 18 'user_id' => bp_get_activity_comment_user_id(), 19 ) 20 ); 21 ?> 15 22 </a> 16 23 </div>
Note: See TracChangeset
for help on using the changeset viewer.