Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/24/2009 08:25:50 PM (16 years ago)
Author:
apeatling
Message:

DB version updates, minor css fixes to default theme.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-settings.php

    r1655 r1687  
    8080           
    8181        <label for="pass1"><?php _e( 'Change Password <span>(leave blank for no change)</span>', 'buddypress' ) ?></label>
    82         <p><input type="password" name="pass1" id="pass1" size="16" value="" class="settings-input small" /> &nbsp;<?php _e( 'New Password', 'buddypress' ) ?></p>
     82        <input type="password" name="pass1" id="pass1" size="16" value="" class="settings-input small" /> &nbsp;<?php _e( 'New Password', 'buddypress' ) ?>
    8383        <input type="password" name="pass2" id="pass2" size="16" value="" class="settings-input small" /> &nbsp;<?php _e( 'Repeat New Password', 'buddypress' ) ?>
    8484   
    85         <p><input type="submit" name="submit" value="<?php _e( 'Save Changes', 'buddypress' ) ?>" id="submit" class="auto"/></p>
     85        <p class="submit"><input type="submit" name="submit" value="<?php _e( 'Save Changes', 'buddypress' ) ?>" id="submit" class="auto"/></p>
    8686        <?php wp_nonce_field('bp_settings_general') ?>
    8787    </form>
     
    9696    $bp_settings_updated = false;
    9797   
    98     if ( $_POST['submit']  && check_admin_referer('bp_settings_notifications') ) {
     98    if ( $_POST['submit'] && check_admin_referer('bp_settings_notifications') ) {
    9999        if ( $_POST['notifications'] ) {
    100100            foreach ( $_POST['notifications'] as $key => $value ) {
Note: See TracChangeset for help on using the changeset viewer.