Changeset 8971 for trunk/src/bp-xprofile/bp-xprofile-template.php
- Timestamp:
- 08/29/2014 10:28:53 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-xprofile/bp-xprofile-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-template.php
r8963 r8971 705 705 } 706 706 707 function bp_avatar_upload_form() {708 global $bp;709 710 if ( !(int) $bp->site_options['bp-disable-avatar-uploads'] )711 bp_core_avatar_admin( null, bp_loggedin_user_domain() . $bp->profile->slug . '/change-avatar/', bp_loggedin_user_domain() . $bp->profile->slug . '/delete-avatar/' );712 else713 _e( 'Profile photo uploads are currently disabled. Why not use a <a href="http://gravatar.com" target="_blank">gravatar</a> instead?', 'buddypress' );714 }715 716 707 function bp_profile_last_updated() { 717 708
Note: See TracChangeset
for help on using the changeset viewer.