Changeset 1423 for trunk/bp-core.php
- Timestamp:
- 04/28/2009 12:49:16 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core.php
r1417 r1423 135 135 /* Sets up container used for the avatar of the current component being viewed. Rendered by bp_get_options_avatar() */ 136 136 $bp->bp_options_avatar = ''; 137 137 138 /* Fetches the default Gravatar image to use if the user has no avatar or gravatar */ 139 $bp->grav_default = get_site_option( 'user-avatar-default' ); 140 138 141 /* Fetch the full name for the logged in and current user */ 139 142 $bp->loggedin_user->fullname = bp_core_global_user_fullname( $bp->loggedin_user->id );
Note: See TracChangeset
for help on using the changeset viewer.