Make WordPress Core

Ticket #23190: 23190.patch

File 23190.patch, 603 bytes (added by SergeyBiryukov, 13 years ago)
  • wp-includes/ms-functions.php

     
    13261326/**
    13271327 * Get a numeric user ID from either an email address or a login.
    13281328 *
     1329 * A numeric string is considered to be an existing user ID
     1330 * and is simply returned as such.
     1331 *
    13291332 * @since MU
    13301333 * @uses is_email()
    13311334 *
    1332  * @param string $string
     1335 * @param string $string Either an email address or a login.
    13331336 * @return int
    13341337 */
    13351338function get_user_id_from_string( $string ) {