Make WordPress Core


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

Docs: Miscellaneous DocBlock corrections.

See #49572.

File:
1 edited

Legend:

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

    r47855 r47892  
    393393 *
    394394 * @param string $user_email The email provided by the user at registration.
    395  * @return bool Returns true when the email address is banned.
     395 * @return bool True when the email address is banned, false otherwise.
    396396 */
    397397function is_email_address_unsafe( $user_email ) {
Note: See TracChangeset for help on using the changeset viewer.