Changeset 3080
- Timestamp:
- 06/27/2010 03:12:46 AM (16 years ago)
- Location:
- branches/1.2/bp-core
- Files:
-
- 1 added
- 1 edited
-
bp-core-avatars.php (modified) (1 diff)
-
images/mystery-man-50.jpg (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-core/bp-core-avatars.php
r3055 r3080 40 40 41 41 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' ); 43 43 44 44 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' ); 46 46 } 47 47 add_action( 'bp_init', 'bp_core_set_avatar_constants' );
Note: See TracChangeset
for help on using the changeset viewer.