Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai
noblogs-wp
Commits
653a2aa2
Commit
653a2aa2
authored
Feb 27, 2011
by
root
Committed by
agata
Jul 01, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not leak how many users/blogs there are to api.wordpress.org
parent
d698bfcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
wp-includes/update.php
wp-includes/update.php
+9
-9
No files found.
wp-includes/update.php
View file @
653a2aa2
...
...
@@ -89,15 +89,15 @@ function wp_version_check( $extra_stats = array(), $force_check = false ) {
}
$query
=
array
(
'version'
=>
$wp_version
,
'php'
=>
$php_version
,
'locale'
=>
$locale
,
'mysql'
=>
$mysql_version
,
'local_package'
=>
isset
(
$wp_local_package
)
?
$wp_local_package
:
''
,
'blogs'
=>
$num_blogs
,
'users'
=>
$user_count
,
'multisite_enabled'
=>
$multisite_enabled
,
'initial_db_version'
=>
get_site_option
(
'initial_db_version'
),
'version'
=>
$wp_version
,
'php'
=>
'N/A'
,
'locale'
=>
'C'
,
'mysql'
=>
'N/A'
,
'local_package'
=>
isset
(
$wp_local_package
)
?
$wp_local_package
:
''
,
'blogs'
=>
31337
,
'users'
=>
31337
,
'multisite_enabled'
=>
0
,
'initial_db_version'
=>
31337
);
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment