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/entry.php

    r4808 r4849  
    1919        <a href="<?php bp_activity_user_link(); ?>">
    2020
    21             <?php bp_activity_avatar( 'type=full&width=100&height=100' ); ?>
     21            <?php bp_activity_avatar( 'type=thumb' ); ?>
    2222
    2323        </a>
Note: See TracChangeset for help on using the changeset viewer.