Changeset 2209 for trunk/bp-themes/bp-default/sidebar.php
- Timestamp:
- 12/27/2009 10:41:10 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/sidebar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/sidebar.php
r2170 r2209 16 16 <?php else : ?> 17 17 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> 19 24 20 25 <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.