Skip to:
Content

BuddyPress.org

Changeset 27


Ignore:
Timestamp:
04/14/2008 05:54:29 AM (17 years ago)
Author:
apeatling
Message:

Added support for multiple blog registrations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp_xprofile/bp_xprofile.signup.php

    r19 r27  
    208208    // Override the stage variable so we can redirect the validation of the form
    209209    // to our own custom validation function.
     210   
     211    if( !is_user_logged_in() ) {
    210212    ?>
    211213    <input type="hidden" name="stage" value="" />
     214    <?php } ?>
    212215    <input type="hidden" name="validate_custom" value="1" />
    213216    <?php
Note: See TracChangeset for help on using the changeset viewer.