Changeset 4961 for trunk/bp-core/bp-core-cssjs.php
- Timestamp:
- 08/10/2011 06:32:02 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-cssjs.php
r4820 r4961 78 78 $image = apply_filters( 'bp_inline_cropper_image', getimagesize( bp_core_avatar_upload_path() . $bp->avatar_admin->image->dir ) ); 79 79 $aspect_ratio = 1; 80 80 81 81 $full_height = bp_core_avatar_full_height(); 82 82 $full_width = bp_core_avatar_full_width(); 83 83 84 84 // Calculate Aspect Ratio 85 85 if ( $full_height && ( $full_width != $full_height ) )
Note: See TracChangeset
for help on using the changeset viewer.