Add initial_db_version to wp_version_check().
fixes #34854. git-svn-id: https://develop.svn.wordpress.org/trunk@35774 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f89c25a43d
commit
66b0dfe31b
@ -94,6 +94,7 @@ function wp_version_check( $extra_stats = array(), $force_check = false ) {
|
||||
'blogs' => $num_blogs,
|
||||
'users' => $user_count,
|
||||
'multisite_enabled' => $multisite_enabled,
|
||||
'initial_db_version' => get_site_option( 'initial_db_version' ),
|
||||
);
|
||||
|
||||
$post_body = array(
|
||||
|
Loading…
Reference in New Issue
Block a user