Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/09/2011 10:36:13 PM (14 years ago)
Author:
boonebgorges
Message:

Removes bare reference to BP_REGISTER_SLUG. See #3314

File:
1 edited

Legend:

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

    r4359 r4637  
    3434            <?php _e( 'To start connecting please log in first.', 'buddypress' ) ?>
    3535            <?php if ( bp_get_signup_allowed() ) : ?>
    36                 <?php printf( __( ' You can also <a href="%s" title="Create an account">create an account</a>.', 'buddypress' ), site_url( BP_REGISTER_SLUG . '/' ) ) ?>
     36                <?php printf( __( ' You can also <a href="%s" title="Create an account">create an account</a>.', 'buddypress' ), site_url( bp_get_signup_slug() . '/' ) ) ?>
    3737            <?php endif; ?>
    3838        </p>
Note: See TracChangeset for help on using the changeset viewer.