Changeset 36232 for trunk/src/wp-includes/ms-deprecated.php
- Timestamp:
- 01/09/2016 01:44:31 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/ms-deprecated.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-deprecated.php
r35170 r36232 154 154 * @deprecated 3.0.0 Use is_email() 155 155 * @see is_email() 156 * 157 * @param string $email Email address to verify. 158 * @param bool $check_domain Deprecated. 159 * @return string|bool Either false or the valid email address. 156 160 */ 157 161 function validate_email( $email, $check_domain = true) {
Note: See TracChangeset
for help on using the changeset viewer.