Changeset 4636
- Timestamp:
- 07/09/2011 10:27:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-avatars.php
r4632 r4636 533 533 // Make sure we at least have a width and height for cropping 534 534 if ( !(int)$crop_w ) 535 $crop_w = BP_AVATAR_FULL_WIDTH;535 $crop_w = bp_core_avatar_full_width(); 536 536 537 537 if ( !(int)$crop_h ) 538 $crop_h = BP_AVATAR_FULL_HEIGHT;538 $crop_h = bp_core_avatar_full_height(); 539 539 540 540 // Set the full and thumb filenames
Note: See TracChangeset
for help on using the changeset viewer.