Changeset 1687 for trunk/bp-core/bp-core-settings.php
- Timestamp:
- 08/24/2009 08:25:50 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-settings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-settings.php
r1655 r1687 80 80 81 81 <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" /> <?php _e( 'New Password', 'buddypress' ) ?></p>82 <input type="password" name="pass1" id="pass1" size="16" value="" class="settings-input small" /> <?php _e( 'New Password', 'buddypress' ) ?> 83 83 <input type="password" name="pass2" id="pass2" size="16" value="" class="settings-input small" /> <?php _e( 'Repeat New Password', 'buddypress' ) ?> 84 84 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> 86 86 <?php wp_nonce_field('bp_settings_general') ?> 87 87 </form> … … 96 96 $bp_settings_updated = false; 97 97 98 if ( $_POST['submit'] && check_admin_referer('bp_settings_notifications') ) {98 if ( $_POST['submit'] && check_admin_referer('bp_settings_notifications') ) { 99 99 if ( $_POST['notifications'] ) { 100 100 foreach ( $_POST['notifications'] as $key => $value ) {
Note: See TracChangeset
for help on using the changeset viewer.