Changeset 8677 for trunk/src/bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php
- Timestamp:
- 07/23/2014 06:30:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php
r7965 r8677 1 <h4><?php _e( 'Change Avatar', 'buddypress' ); ?></h4>1 <h4><?php _e( 'Change Profile Photo', 'buddypress' ); ?></h4> 2 2 3 3 <?php do_action( 'bp_before_profile_avatar_upload_content' ); ?> … … 22 22 <?php if ( bp_get_user_has_avatar() ) : ?> 23 23 <p><?php _e( "If you'd like to delete your current avatar but not upload a new one, please use the delete avatar button.", 'buddypress' ); ?></p> 24 <p><a class="button edit" href="<?php bp_avatar_delete_link(); ?>" title="<?php esc_attr_e( 'Delete Avatar', 'buddypress' ); ?>"><?php _e( 'Delete My Avatar', 'buddypress' ); ?></a></p>24 <p><a class="button edit" href="<?php bp_avatar_delete_link(); ?>" title="<?php esc_attr_e( 'Delete Profile Photo', 'buddypress' ); ?>"><?php _e( 'Delete My Profile Photo', 'buddypress' ); ?></a></p> 25 25 <?php endif; ?> 26 26 … … 29 29 <?php if ( 'crop-image' == bp_get_avatar_admin_step() ) : ?> 30 30 31 <h5><?php _e( 'Crop Your New Avatar', 'buddypress' ); ?></h5>31 <h5><?php _e( 'Crop Your New Profile Photo', 'buddypress' ); ?></h5> 32 32 33 <img src="<?php bp_avatar_to_crop(); ?>" id="avatar-to-crop" class="avatar" alt="<?php esc_attr_e( ' Avatarto crop', 'buddypress' ); ?>" />33 <img src="<?php bp_avatar_to_crop(); ?>" id="avatar-to-crop" class="avatar" alt="<?php esc_attr_e( 'Profile Photo to crop', 'buddypress' ); ?>" /> 34 34 35 35 <div id="avatar-crop-pane"> 36 <img src="<?php bp_avatar_to_crop(); ?>" id="avatar-crop-preview" class="avatar" alt="<?php esc_attr_e( ' Avatarpreview', 'buddypress' ); ?>" />36 <img src="<?php bp_avatar_to_crop(); ?>" id="avatar-crop-preview" class="avatar" alt="<?php esc_attr_e( 'Profile Photo preview', 'buddypress' ); ?>" /> 37 37 </div> 38 38
Note: See TracChangeset
for help on using the changeset viewer.