Changeset 3695 for branches/plugin/bbp-includes/bbp-user-functions.php
- Timestamp:
- 01/27/2012 10:40:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-user-functions.php
r3689 r3695 834 834 $user_id = bbp_get_displayed_user_id(); 835 835 836 global $wpdb ;836 global $wpdb, $user_login, $super_admins; 837 837 838 838 // Execute confirmed email change. See send_confirmation_on_profile_email(). … … 842 842 843 843 if ( $new_email['hash'] == $_GET['newuseremail'] ) { 844 $user = new stdClass(); 844 845 $user->ID = $user_id; 845 846 $user->user_email = esc_html( trim( $new_email['newemail'] ) );
Note: See TracChangeset
for help on using the changeset viewer.