Changeset 6683
- Timestamp:
- 12/28/2012 05:20:45 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/activity/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/activity/comment.php
r5737 r6683 18 18 <div class="acomment-avatar"> 19 19 <a href="<?php bp_activity_comment_user_link(); ?>"> 20 <?php bp_activity_avatar( 'type=thumb&user_id=' . bp_get_activity_comment_user_id() ); ?> 20 <?php bp_activity_avatar( array( 21 'type' => 'thumb', 22 'user_id' => bp_get_activity_comment_user_id() 23 ) ); ?> 21 24 </a> 22 25 </div>
Note: See TracChangeset
for help on using the changeset viewer.