Advertisement
jungermedia

BP Reg

Jun 14th, 2011
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <?php if ( 'textbox' == bp_get_the_profile_field_type() ) : ?>
  2.  
  3. <label for="<?php bp_the_profile_field_input_name() ?>"><?php bp_the_profile_field_name() ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php _e( '(required)', 'buddypress' ) ?><?php endif; ?></label>
  4. <?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?>
  5. <input type="text" name="<?php bp_the_profile_field_input_name() ?>" id="<?php bp_the_profile_field_input_name() ?>" value="<?php bp_the_profile_field_edit_value() ?>">
  6.  
  7. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement