Changeset 4888 for trunk/bp-activity/bp-activity-template.php
- Timestamp:
- 07/28/2011 08:14:50 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-template.php
r4877 r4888 578 578 579 579 if ( !isset( $height ) && !isset( $width ) ) { // Backpat 580 if ( 'full' == $type ) {580 if ( 'full' == $type || ( 'thumb' == $type && bp_is_single_activity() ) ) { 581 581 $height = $bp->avatar->full->height; 582 582 $width = $bp->avatar->full->width;
Note: See TracChangeset
for help on using the changeset viewer.