Changeset 5729 for trunk/bp-xprofile/bp-xprofile-template.php
- Timestamp:
- 02/11/2012 09:32:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-template.php
r5704 r5729 780 780 global $bp; 781 781 782 if ( !(int) $bp->site_options['bp-disable-avatar-uploads'] )782 if ( !(int) $bp->site_options['bp-disable-avatar-uploads'] ) 783 783 bp_core_avatar_admin( null, bp_loggedin_user_domain() . $bp->profile->slug . '/change-avatar/', bp_loggedin_user_domain() . $bp->profile->slug . '/delete-avatar/' ); 784 784 else
Note: See TracChangeset
for help on using the changeset viewer.