Changeset 6023 for trunk/bp-core/bp-core-avatars.php
- Timestamp:
- 05/11/2012 05:55:13 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-avatars.php
r6022 r6023 49 49 function bp_core_set_avatar_globals() { 50 50 global $bp; 51 52 $bp->avatar = new stdClass; 53 $bp->avatar->thumb = new stdClass; 54 $bp->avatar->full = new stdClass; 51 55 52 56 // Dimensions
Note: See TracChangeset
for help on using the changeset viewer.