- Timestamp:
- 02/12/2010 12:31:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/members/single/profile/change-avatar.php
r2558 r2695 3 3 <?php do_action( 'bp_before_profile_avatar_upload_content' ) ?> 4 4 5 <?php if ( !(int) get_site_option( 'bp-disable-avatar-uploads' ) ) : ?>5 <?php if ( !(int)bp_get_option( 'bp-disable-avatar-uploads' ) ) : ?> 6 6 7 7 <p><?php _e( 'Your avatar will be used on your profile and throughout the site. If there is a <a href="http://gravatar.com">Gravatar</a> associated with your account email we will use that, or you can upload an image from your computer.', 'buddypress') ?></p>
Note: See TracChangeset
for help on using the changeset viewer.