Changeset 5001 for trunk/bp-themes/bp-default/sidebar.php
- Timestamp:
- 08/18/2011 09:45:03 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/sidebar.php
r4871 r5001 31 31 <?php do_action( 'bp_before_sidebar_login_form' ) ?> 32 32 33 <p id="login-text"> 34 <?php _e( 'To start connecting please log in first.', 'buddypress' ) ?> 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_get_signup_slug() . '/' ) ) ?> 37 <?php endif; ?> 38 </p> 33 <?php if ( bp_get_signup_allowed() ) : ?> 34 35 <p id="login-text"> 36 37 <?php printf( __( 'Please <a href="%s" title="Create an account">create an account</a> to get started.', 'buddypress' ), site_url( bp_get_signup_slug() . '/' ) ) ?> 38 39 </p> 40 41 <?php endif; ?> 39 42 40 43 <form name="login-form" id="sidebar-login-form" class="standard-form" action="<?php echo site_url( 'wp-login.php', 'login_post' ) ?>" method="post">
Note: See TracChangeset
for help on using the changeset viewer.