Skip to:
Content

BuddyPress.org

Changeset 12253


Ignore:
Timestamp:
10/15/2018 08:38:58 PM (6 years ago)
Author:
r-a-y
Message:

Nouveau: Move signup custom step hook after .layout-wrap container.

r12251 mistakenly moved the signup custom step hook inside the
.layout-wrap container.

See #7973 (3.0 branch).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/src/bp-templates/bp-nouveau/buddypress/members/register.php

    r12251 r12253  
    105105            <?php endif; // request-details signup step ?>
    106106
     107            </div><!-- //.layout-wrap -->
     108
    107109            <?php bp_nouveau_signup_hook( 'custom', 'steps' ); ?>
    108 
    109             </div><!-- //.layout-wrap -->
    110110
    111111            <?php if ( 'request-details' === bp_get_current_signup_step() ) : ?>
Note: See TracChangeset for help on using the changeset viewer.