Make WordPress Core


Ignore:
Timestamp:
01/09/2016 01:44:31 AM (10 years ago)
Author:
johnbillion
Message:

Docs: @param fixes for a variety of docblocks.

See #32246

File:
1 edited

Legend:

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

    r35170 r36232  
    154154 * @deprecated 3.0.0 Use is_email()
    155155 * @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.
    156160 */
    157161function validate_email( $email, $check_domain = true) {
Note: See TracChangeset for help on using the changeset viewer.