Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/10/2011 06:32:02 AM (14 years ago)
Author:
djpaul
Message:

Tidy up whitespace. Fixes #3466, props cnorris23

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-cssjs.php

    r4820 r4961  
    7878    $image = apply_filters( 'bp_inline_cropper_image', getimagesize( bp_core_avatar_upload_path() . $bp->avatar_admin->image->dir ) );
    7979    $aspect_ratio = 1;
    80    
     80
    8181    $full_height = bp_core_avatar_full_height();
    8282    $full_width  = bp_core_avatar_full_width();
    83    
     83
    8484    // Calculate Aspect Ratio
    8585    if ( $full_height && ( $full_width != $full_height ) )
Note: See TracChangeset for help on using the changeset viewer.