Skip to:
Content

BuddyPress.org

Changeset 4636


Ignore:
Timestamp:
07/09/2011 10:27:46 PM (13 years ago)
Author:
boonebgorges
Message:

Cleanup of avatar constant references. See #3314

File:
1 edited

Legend:

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

    r4632 r4636  
    533533    // Make sure we at least have a width and height for cropping
    534534    if ( !(int)$crop_w )
    535         $crop_w = BP_AVATAR_FULL_WIDTH;
     535        $crop_w = bp_core_avatar_full_width();
    536536
    537537    if ( !(int)$crop_h )
    538         $crop_h = BP_AVATAR_FULL_HEIGHT;
     538        $crop_h = bp_core_avatar_full_height();
    539539
    540540    // Set the full and thumb filenames
Note: See TracChangeset for help on using the changeset viewer.