Changeset 8739 for branches/2.0/bp-xprofile/bp-xprofile-classes.php
- Timestamp:
- 07/30/2014 08:19:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/bp-xprofile/bp-xprofile-classes.php
r8699 r8739 2840 2840 <input type="<?php echo esc_attr( $control_type ); ?>" name="<?php echo esc_attr( "isDefault_{$type}_option{$default_name}" ); ?>" <?php checked( $options[$i]->is_default_option, true ); ?> value="<?php echo esc_attr( $j ); ?>" /> 2841 2841 <span><?php _e( 'Default Value', 'buddypress' ); ?></span> 2842 <a href="<?php echo esc_url( 'users.php?page=bp-profile-setup&mode=delete_option&option_id=' . $options[$i]->id ); ?>" class="ajax-option-delete" id="delete-<?php echo esc_attr( $options[$i]->id ); ?>">[x]</a> 2842 2843 <?php if ( 1 <= $i ) : ?> 2844 <a href="<?php echo esc_url( 'users.php?page=bp-profile-setup&mode=delete_option&option_id=' . $options[$i]->id ); ?>" class="ajax-option-delete" id="delete-<?php echo esc_attr( $options[$i]->id ); ?>">[x]</a> 2845 <?php endif ;?> 2846 2843 2847 </p> 2844 2848 <?php endfor; ?>
Note: See TracChangeset
for help on using the changeset viewer.