Changeset 47892 for trunk/src/wp-includes/ms-deprecated.php
- Timestamp:
- 06/03/2020 10:00:27 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-deprecated.php
r47855 r47892 166 166 * @param string $email Email address to verify. 167 167 * @param bool $check_domain Deprecated. 168 * @return string| bool Either false or the valid email address.168 * @return string|false Valid email address on success, false on failure. 169 169 */ 170 170 function validate_email( $email, $check_domain = true) {
Note: See TracChangeset
for help on using the changeset viewer.