Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/27/2010 12:15:46 PM (16 years ago)
Author:
apeatling
Message:

Fixes #1690

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-sn-parent/header.php

    r2445 r2464  
    5252                    <input type="submit" name="wp-submit" id="wp-submit" value="<?php _e( 'Log In', 'buddypress' ) ?>"/>
    5353
    54                     <?php if ( 'none' != bp_get_signup_allowed() && 'blog' != bp_get_signup_allowed() ) : ?>
     54                    <?php if ( bp_get_signup_allowed() ) : ?>
    5555                        <input type="button" name="signup-submit" id="signup-submit" value="<?php _e( 'Sign Up', 'buddypress' ) ?>" onclick="location.href='<?php echo bp_signup_page() ?>'" />
    5656                    <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.