Changeset 3742 for trunk/bp-core/bp-core-avatars.php
- Timestamp:
- 01/19/2011 08:31:10 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-avatars.php
r3703 r3742 45 45 define( 'BP_AVATAR_DEFAULT_THUMB', BP_PLUGIN_URL . '/bp-core/images/mystery-man-50.jpg' ); 46 46 } 47 add_action( 'bp_ loaded', 'bp_core_set_avatar_constants', 8 );47 add_action( 'bp_init', 'bp_core_set_avatar_constants', 8 ); 48 48 49 49 /**
Note: See TracChangeset
for help on using the changeset viewer.