Ticket #23190: 23190.patch
| File 23190.patch, 603 bytes (added by , 13 years ago) |
|---|
-
wp-includes/ms-functions.php
1326 1326 /** 1327 1327 * Get a numeric user ID from either an email address or a login. 1328 1328 * 1329 * A numeric string is considered to be an existing user ID 1330 * and is simply returned as such. 1331 * 1329 1332 * @since MU 1330 1333 * @uses is_email() 1331 1334 * 1332 * @param string $string 1335 * @param string $string Either an email address or a login. 1333 1336 * @return int 1334 1337 */ 1335 1338 function get_user_id_from_string( $string ) {