- Timestamp:
- 10/24/2013 01:41:20 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-templates/bp-legacy/buddypress/members/register.php
r7408 r7475 45 45 <?php do_action( 'bp_signup_password_confirm_errors' ); ?> 46 46 <input type="password" name="signup_password_confirm" id="signup_password_confirm" value="" /> 47 48 <?php do_action( 'bp_account_details_fields' ); ?> 47 49 48 50 </div><!-- #basic-details-section --> … … 185 187 <?php endwhile; endif; endif; ?> 186 188 189 <?php do_action( 'bp_signup_profile_fields' ); ?> 190 187 191 </div><!-- #profile-details-section --> 188 192 … … 224 228 <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> 225 229 230 <?php do_action( 'bp_blog_details_fields' ); ?> 231 226 232 </div> 227 233
Note: See TracChangeset
for help on using the changeset viewer.