Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: wp-signup.php is a blank page


PH (porsche)
Participant

@porscheheritage

I feel really guilty and stupid.. im not trained.. but.. SVN sounds even more scary (LOL)

I see this in the TRUNK version:

211 if ( ” != locate_template( array( ‘registration/register.php’ ), false ) || ” != locate_template( array( ‘register.php’ ), false ) )

212 die;

211 if ( locate_template( array( ‘registration/register.php’ ), false ) || locate_template( array( ‘register.php’ ), false ) )

212 wp_redirect( bp_root_domain() . BP_REGISTER_SLUG );

This is my version:

if ( false === strpos( $_SERVER[‘SCRIPT_NAME’], ‘wp-signup.php’) )

return false;

if ( ” != locate_template( array( ‘registration/register.php’ ), false ) || ” != locate_template( array( ‘register.php’ ), false ) )

die;

Can I just cut and paste whats on the trunk to replace what I have?

Skip to toolbar