Skip to:
Content

BuddyPress.org


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

Introduces wrapper functions for avatar-related constants. Also moves avatar settings into bp global so that they are more easily configurable. See #3314

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-members/bp-members-template.php

    r4627 r4632  
    995995
    996996        $defaults = array(
    997             'size' => BP_AVATAR_FULL_WIDTH,
     997            'size' => bp_core_avatar_full_width(),
    998998            'class' => 'avatar',
    999999            'alt' => __( 'Your Avatar', 'buddypress' )
Note: See TracChangeset for help on using the changeset viewer.