mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 18:54:29 +00:00
Bring out the shears.
git-svn-id: https://develop.svn.wordpress.org/trunk@17228 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1457,10 +1457,10 @@ function wp_insert_user($userdata) {
|
||||
|
||||
if ( empty($user_registered) )
|
||||
$user_registered = gmdate('Y-m-d H:i:s');
|
||||
|
||||
|
||||
if ( empty($show_admin_bar_front) )
|
||||
$show_admin_bar_front = 'true';
|
||||
|
||||
|
||||
if ( empty($show_admin_bar_admin) )
|
||||
$show_admin_bar_admin = is_multisite() ? 'true' : 'false';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user