- 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/groups/create.php
r7965 r8677 155 155 <?php if ( 'crop-image' == bp_get_avatar_admin_step() ) : ?> 156 156 157 <h4><?php _e( 'Crop Group Avatar', 'buddypress' ); ?></h4>158 159 <img src="<?php bp_avatar_to_crop(); ?>" id="avatar-to-crop" class="avatar" alt="<?php esc_attr_e( ' Avatarto crop', 'buddypress' ); ?>" />157 <h4><?php _e( 'Crop Group Profile Photo', 'buddypress' ); ?></h4> 158 159 <img src="<?php bp_avatar_to_crop(); ?>" id="avatar-to-crop" class="avatar" alt="<?php esc_attr_e( 'Profile photo to crop', 'buddypress' ); ?>" /> 160 160 161 161 <div id="avatar-crop-pane"> 162 <img src="<?php bp_avatar_to_crop(); ?>" id="avatar-crop-preview" class="avatar" alt="<?php esc_attr_e( ' Avatarpreview', 'buddypress' ); ?>" />162 <img src="<?php bp_avatar_to_crop(); ?>" id="avatar-crop-preview" class="avatar" alt="<?php esc_attr_e( 'Profile photo preview', 'buddypress' ); ?>" /> 163 163 </div> 164 164
Note: See TracChangeset
for help on using the changeset viewer.