mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Notice fixes from DD32. see #7509
git-svn-id: https://develop.svn.wordpress.org/trunk@9699 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -164,6 +164,15 @@ function wp_insert_user($userdata) {
|
||||
if ( empty($use_ssl) )
|
||||
$use_ssl = 0;
|
||||
|
||||
if ( empty($jabber) )
|
||||
$jabber = '';
|
||||
|
||||
if ( empty($aim) )
|
||||
$aim = '';
|
||||
|
||||
if ( empty($yim) )
|
||||
$yim = '';
|
||||
|
||||
if ( empty($user_registered) )
|
||||
$user_registered = gmdate('Y-m-d H:i:s');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user