Changeset 59284 for trunk/src/wp-includes/ms-functions.php
- Timestamp:
- 10/23/2024 06:29:32 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r58975 r59284 1434 1434 $email = get_site_option( 'admin_email' ); 1435 1435 1436 if ( is_email( $email ) == false) {1436 if ( ! is_email( $email ) ) { 1437 1437 return false; 1438 1438 } … … 1495 1495 $email = get_site_option( 'admin_email' ); 1496 1496 1497 if ( is_email( $email ) == false) {1497 if ( ! is_email( $email ) ) { 1498 1498 return false; 1499 1499 }
Note: See TracChangeset
for help on using the changeset viewer.