Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/11/2010 11:41:31 AM (15 years ago)
Author:
apeatling
Message:

Fixes #2173

File:
1 edited

Legend:

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

    r2558 r2831  
    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.