Skip to:
Content

BuddyPress.org

Changeset 3080


Ignore:
Timestamp:
06/27/2010 03:12:46 AM (16 years ago)
Author:
johnjamesjacoby
Message:

Fix default avatar paths and add thumbnail image.

Location:
branches/1.2/bp-core
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-core/bp-core-avatars.php

    r3055 r3080  
    4040
    4141    if ( !defined( 'BP_AVATAR_DEFAULT' ) )
    42         define( 'BP_AVATAR_DEFAULT', BP_PLUGIN_URL . '/bp-xprofile/images/none.gif' );
     42        define( 'BP_AVATAR_DEFAULT', BP_PLUGIN_URL . '/bp-core/images/mystery-man.jpg' );
    4343
    4444    if ( !defined( 'BP_AVATAR_DEFAULT_THUMB' ) )
    45         define( 'BP_AVATAR_DEFAULT_THUMB', BP_PLUGIN_URL . '/bp-xprofile/images/none-thumbnail.gif' );
     45        define( 'BP_AVATAR_DEFAULT_THUMB', BP_PLUGIN_URL . '/bp-core/images/mystery-man-50.jpg' );
    4646}
    4747add_action( 'bp_init', 'bp_core_set_avatar_constants' );
Note: See TracChangeset for help on using the changeset viewer.