Ticket #3110: ticket.3110.2.diff
File ticket.3110.2.diff, 848 bytes (added by , 14 years ago) |
---|
-
bp-themes/bp-default/members/single/profile/change-avatar.php
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> 8 8 9 <form action="" method="post" id="avatar-upload-form" enctype="multipart/form-data">9 <form action="" method="post" id="avatar-upload-form" class="standard-form" enctype="multipart/form-data"> 10 10 11 11 <?php if ( 'upload-image' == bp_get_avatar_admin_step() ) : ?> 12 12