Changeset 4179
- Timestamp:
- 04/08/2011 11:02:28 PM (15 years ago)
- Location:
- trunk/bp-themes/bp-default
- Files:
-
- 2 edited
-
members/single/settings/general.php (modified) (1 diff)
-
sidebar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/members/single/settings/general.php
r3837 r4179 55 55 56 56 <label for="pwd"><?php _e( 'Current Password <span>(required to update email or change current password)</span>', 'buddypress' ); ?></label> 57 <input type="password" name="pwd" id="pwd" size="16" value="" class="settings-input small" /> <a href="<?php echo site_url( add_query_arg( array( 'action' => 'lostpassword' ), 'wp-login.php' ), 'login' ); ?>" title="<?php _e( 'Password Lost and Found', 'buddypress' ); ?>"><?php _e( 'Lost your password?' ); ?></a>57 <input type="password" name="pwd" id="pwd" size="16" value="" class="settings-input small" /> <a href="<?php echo site_url( add_query_arg( array( 'action' => 'lostpassword' ), 'wp-login.php' ), 'login' ); ?>" title="<?php _e( 'Password Lost and Found', 'buddypress' ); ?>"><?php _e( 'Lost your password?', 'buddypress' ); ?></a> 58 58 59 59 <label for="email"><?php _e( 'Account Email', 'buddypress' ); ?></label> -
trunk/bp-themes/bp-default/sidebar.php
r3771 r4179 48 48 49 49 <?php do_action( 'bp_sidebar_login_form' ) ?> 50 <input type="submit" name="wp-submit" id="sidebar-wp-submit" value="<?php _e( 'Log In'); ?>" tabindex="100" />50 <input type="submit" name="wp-submit" id="sidebar-wp-submit" value="<?php _e( 'Log In', 'buddypress' ); ?>" tabindex="100" /> 51 51 <input type="hidden" name="testcookie" value="1" /> 52 52 </form>
Note: See TracChangeset
for help on using the changeset viewer.