Users: Correct the default value in setup_userdata().

The `$for_user_id` parameter is an `int`, not a `string`, so the default value should be `0`, rather than an empty string.

Props subrataemfluence.
Fixes #44697.


Built from https://develop.svn.wordpress.org/trunk@44603


git-svn-id: http://core.svn.wordpress.org/trunk@44434 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast
2019-01-15 06:33:50 +00:00
parent 8ddef3e98d
commit e0c4e5b610
2 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-beta1-44602';
$wp_version = '5.1-beta1-44603';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.