Changeset 28299
- Timestamp:
- 05/06/2014 04:47:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms.php
r28215 r28299 212 212 213 213 function update_option_new_admin_email( $old_value, $value ) { 214 $email = get_option( 'admin_email' );215 214 if ( $value == get_option( 'admin_email' ) || !is_email( $value ) ) 216 215 return;
Note: See TracChangeset
for help on using the changeset viewer.