Skip to:
Content

BuddyPress.org

Ticket #3110: ticket.3110.2.diff

File ticket.3110.2.diff, 848 bytes (added by ptahdunbar, 14 years ago)

also missing in profile/change-avatar.php

  • bp-themes/bp-default/members/single/profile/change-avatar.php

     
    66
    77        <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>
    88
    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">
    1010
    1111                <?php if ( 'upload-image' == bp_get_avatar_admin_step() ) : ?>
    1212