- Timestamp:
- 06/12/2011 02:04:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/members/single/profile/change-avatar.php
r4136 r4495 11 11 <?php if ( 'upload-image' == bp_get_avatar_admin_step() ) : ?> 12 12 13 <?php wp_nonce_field( 'bp_avatar_upload' ) ?> 13 14 <p><?php _e( 'Click below to select a JPG, GIF or PNG format photo from your computer and then click \'Upload Image\' to proceed.', 'buddypress' ) ?></p> 14 15 … … 23 24 <p><a class="button edit" href="<?php bp_avatar_delete_link() ?>" title="<?php _e( 'Delete Avatar', 'buddypress' ) ?>"><?php _e( 'Delete My Avatar', 'buddypress' ) ?></a></p> 24 25 <?php endif; ?> 25 26 <?php wp_nonce_field( 'bp_avatar_upload' ) ?>27 26 28 27 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.