Make WordPress Core


Ignore:
Timestamp:
06/03/2020 10:00:27 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Miscellaneous DocBlock corrections.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-deprecated.php

    r47855 r47892  
    166166 * @param string $email        Email address to verify.
    167167 * @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.
    169169 */
    170170function validate_email( $email, $check_domain = true) {
Note: See TracChangeset for help on using the changeset viewer.