Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/27/2009 10:41:10 AM (16 years ago)
Author:
apeatling
Message:

Single WP support. Yes, you read that correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/sidebar.php

    r2170 r2209  
    1616    <?php else : ?>
    1717
    18         <p id="login-text"><?php printf( __( 'To start connecting please log in first. You can also <a href="%s" title="Create an account">create an account</a>.', 'buddypress' ), site_url( BP_REGISTER_SLUG . '/' ) ) ?></p>
     18        <p id="login-text">
     19            <?php _e( 'To start connecting please log in first.', 'buddypress' ) ?>
     20            <?php if ( bp_get_signup_allowed() ) : ?>
     21                <?php printf( __( ' You can also <a href="%s" title="Create an account">create an account</a>.', 'buddypress' ), site_url( BP_REGISTER_SLUG . '/' ) ) ?>
     22            <?php endif; ?>
     23        </p>
    1924
    2025        <form name="login-form" id="login-form" class="standard-form" action="<?php echo site_url( 'wp-login.php', 'login' ) ?>" method="post">
Note: See TracChangeset for help on using the changeset viewer.