- Timestamp:
- 10/15/2018 08:02:01 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/members/register.php
r12178 r12252 103 103 <?php endif; ?> 104 104 105 </div><!-- //.layout-wrap --> 105 <?php endif; // request-details signup step ?> 106 107 <?php bp_nouveau_signup_hook( 'custom', 'steps' ); ?> 108 109 </div><!-- //.layout-wrap --> 110 111 <?php if ( 'request-details' === bp_get_current_signup_step() ) : ?> 106 112 107 113 <?php if ( bp_signup_requires_privacy_policy_acceptance() ) : ?> … … 111 117 <?php bp_nouveau_submit_button( 'register' ); ?> 112 118 113 <?php endif; // request-details signup step ?> 114 115 <?php bp_nouveau_signup_hook( 'custom', 'steps' ); ?> 119 <?php endif; ?> 116 120 117 121 </form>
Note: See TracChangeset
for help on using the changeset viewer.