Changeset 4637 for trunk/bp-themes/bp-default/sidebar.php
- Timestamp:
- 07/09/2011 10:36:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/sidebar.php
r4359 r4637 34 34 <?php _e( 'To start connecting please log in first.', 'buddypress' ) ?> 35 35 <?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() . '/' ) ) ?> 37 37 <?php endif; ?> 38 38 </p>
Note: See TracChangeset
for help on using the changeset viewer.