Changeset 4849 for trunk/bp-themes/bp-default/activity/comment.php
- Timestamp:
- 07/25/2011 07:55:01 PM (14 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
r4744 r4849 18 18 <div class="acomment-avatar"> 19 19 <a href="<?php bp_activity_comment_user_link(); ?>"> 20 <?php bp_activity_avatar( 'type= full&width=25&height=25&user_id=' . bp_get_activity_comment_user_id() ); ?>20 <?php bp_activity_avatar( 'type=thumb&user_id=' . bp_get_activity_comment_user_id() ); ?> 21 21 </a> 22 22 </div>
Note: See TracChangeset
for help on using the changeset viewer.