Changeset 3510
- Timestamp:
- 12/04/2010 04:48:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-xprofile/bp-xprofile-classes.php
r3397 r3510 528 528 <p> 529 529 <?php _e('Option', 'buddypress') ?> <?php echo $j ?>: 530 <input type="text" name="<?php echo $type ?>_option[<?php echo $j ?>]" id="<?php echo $type ?>_option<?php echo $j ?>" value="<?php echo esc_attr( $options[$i]->name) ?>" />530 <input type="text" name="<?php echo $type ?>_option[<?php echo $j ?>]" id="<?php echo $type ?>_option<?php echo $j ?>" value="<?php echo stripslashes( esc_attr( $options[$i]->name ) ) ?>" /> 531 531 <input type="<?php echo $default_input ?>" name="isDefault_<?php echo $type ?>_option<?php echo $default_name ?>" <?php if ( (int) $options[$i]->is_default_option ) {?> checked="checked"<?php } ?> value="<?php echo $j ?>" /> <?php _e( 'Default Value', 'buddypress' ) ?> 532 532
Note: See TracChangeset
for help on using the changeset viewer.