Changeset 32838
- Timestamp:
- 06/18/2015 01:29:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r32820 r32838 2159 2159 } 2160 2160 2161 if ( $user['user_email'] !== $userdata['user_email'] ) {2161 if ( isset( $userdata['user_email'] ) && $user['user_email'] !== $userdata['user_email'] ) { 2162 2162 /** 2163 2163 * Filter to stop the sending of the email change email.
Note: See TracChangeset
for help on using the changeset viewer.