Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/24/2010 09:22:29 PM (16 years ago)
Author:
djpaul
Message:

Fixed #2676

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/members/single/profile/edit.php

    r3232 r3300  
    4848                                                <?php bp_the_profile_field_options() ?>
    4949                                        </select>
     50
     51                                        <?php if ( !bp_get_the_profile_field_is_required() ) : ?>
     52                                                <a class="clear-value" href="javascript:clear( '<?php bp_the_profile_field_input_name() ?>' );"><?php _e( 'Clear', 'buddypress' ) ?></a>
     53                                        <?php endif; ?>
    5054
    5155                                <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.