Changeset 7475 for trunk/bp-themes/bp-default/registration/register.php
- Timestamp:
- 10/24/2013 01:41:20 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/registration/register.php
r7122 r7475 50 50 <?php do_action( 'bp_signup_password_confirm_errors' ); ?> 51 51 <input type="password" name="signup_password_confirm" id="signup_password_confirm" value="" /> 52 53 <?php do_action( 'bp_account_details_fields' ); ?> 52 54 53 55 </div><!-- #basic-details-section --> … … 190 192 <?php endwhile; endif; endif; ?> 191 193 194 <?php do_action( 'bp_signup_profile_fields' ); ?> 195 192 196 </div><!-- #profile-details-section --> 193 197 … … 229 233 <label><input type="radio" name="signup_blog_privacy" id="signup_blog_privacy_private" value="private"<?php if ( 'private' == bp_get_signup_blog_privacy_value() ) : ?> checked="checked"<?php endif; ?> /> <?php _e( 'No', 'buddypress' ); ?></label> 230 234 235 <?php do_action( 'bp_blog_details_fields' ); ?> 236 231 237 </div> 232 238
Note: See TracChangeset
for help on using the changeset viewer.