Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/18/2011 09:45:03 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Adjust the log in sidebar text in bp-default. Remove the built in static text about connecting.

File:
1 edited

Legend:

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

    r4871 r5001  
    3131        <?php do_action( 'bp_before_sidebar_login_form' ) ?>
    3232
    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; ?>
    3942
    4043        <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.