- Timestamp:
- 07/23/2014 06:40:28 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/groups/single/admin.php
r8677 r8678 125 125 <?php if ( 'upload-image' == bp_get_avatar_admin_step() ) : ?> 126 126 127 <p><?php _e("Upload an image to use as a n avatarfor this group. The image will be shown on the main group page, and in search results.", 'buddypress' ); ?></p>127 <p><?php _e("Upload an image to use as a profile photo for this group. The image will be shown on the main group page, and in search results.", 'buddypress' ); ?></p> 128 128 129 129 <p> … … 135 135 <?php if ( bp_get_group_has_avatar() ) : ?> 136 136 137 <p><?php _e( "If you'd like to remove the existing avatar but not upload a new one, please use the delete avatarbutton.", 'buddypress' ); ?></p>138 139 <?php bp_button( array( 'id' => 'delete_group_avatar', 'component' => 'groups', 'wrapper_id' => 'delete-group-avatar-button', 'link_class' => 'edit', 'link_href' => bp_get_group_avatar_delete_link(), 'link_title' => __( 'Delete Profile Photo', 'buddypress' ), 'link_text' => __( 'DeleteProfile Photo', 'buddypress' ) ) ); ?>137 <p><?php _e( "If you'd like to remove the existing group profile photo but not upload a new one, please use the delete group profile photo button.", 'buddypress' ); ?></p> 138 139 <?php bp_button( array( 'id' => 'delete_group_avatar', 'component' => 'groups', 'wrapper_id' => 'delete-group-avatar-button', 'link_class' => 'edit', 'link_href' => bp_get_group_avatar_delete_link(), 'link_title' => __( 'Delete Group Profile Photo', 'buddypress' ), 'link_text' => __( 'Delete Group Profile Photo', 'buddypress' ) ) ); ?> 140 140 141 141 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.