Changeset 8657 for branches/2.0/bp-xprofile/bp-xprofile-classes.php
- Timestamp:
- 07/21/2014 07:22:35 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/bp-xprofile/bp-xprofile-classes.php
r8653 r8657 2838 2838 <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 ); ?>" /> 2839 2839 <span><?php _e( 'Default Value', 'buddypress' ); ?></span> 2840 <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> 2840 2841 </p> 2841 2842 <?php endfor; ?>
Note: See TracChangeset
for help on using the changeset viewer.