Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/28/2011 08:14:50 PM (14 years ago)
Author:
djpaul
Message:

Embiggen avatar size on activity permalink page. Fixes #3397

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-template.php

    r4877 r4888  
    578578
    579579        if ( !isset( $height ) && !isset( $width ) ) {  // Backpat
    580             if ( 'full' == $type ) {
     580            if ( 'full' == $type || ( 'thumb' == $type && bp_is_single_activity() ) ) {
    581581                $height = $bp->avatar->full->height;
    582582                $width  = $bp->avatar->full->width;
Note: See TracChangeset for help on using the changeset viewer.