Ticket #7973: 7973.02.patch
File 7973.02.patch, 728 bytes (added by , 6 years ago) |
---|
-
src/bp-templates/bp-nouveau/buddypress/members/register.php
102 102 103 103 <?php endif; ?> 104 104 105 </div><!-- //.layout-wrap -->106 107 <?php bp_nouveau_submit_button( 'register' ); ?>108 109 105 <?php endif; // request-details signup step ?> 110 106 111 107 <?php bp_nouveau_signup_hook( 'custom', 'steps' ); ?> 112 108 109 </div><!-- //.layout-wrap --> 110 111 <?php if ( 'request-details' === bp_get_current_signup_step() ) : ?> 112 113 <?php bp_nouveau_submit_button( 'register' ); ?> 114 115 <?php endif; ?> 116 113 117 </form> 114 118 115 119 </div>