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:
Ryan Boren
2008-11-14 23:01:16 +00:00
parent f6f653c05b
commit 2dc15c5a81
13 changed files with 101 additions and 65 deletions
+9
View File
@@ -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');