Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/25/2011 07:55:01 PM (14 years ago)
Author:
djpaul
Message:

Align avatars in members' activity streams. Fixes #3364

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/activity/comment.php

    r4744 r4849  
    1818    <div class="acomment-avatar">
    1919        <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() ); ?>
    2121        </a>
    2222    </div>
Note: See TracChangeset for help on using the changeset viewer.