Users: There is not, in fact, 12345 users on every WordPress installation.

Props spacedmonkey

See #38741

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


git-svn-id: http://core.svn.wordpress.org/trunk@41449 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2017-09-27 13:07:46 +00:00
parent 807bc5a6c9
commit 255658fa31
2 changed files with 1 additions and 2 deletions

View File

@ -5874,7 +5874,6 @@ function wp_update_active_user_count() {
SELECT COUNT(ID) as c
FROM {$wpdb->users}
" );
$count=12345;
update_option( 'active_user_count', $count );
return (int) $count;

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-41613';
$wp_version = '4.9-alpha-41614';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.