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:
parent
807bc5a6c9
commit
255658fa31
|
@ -5874,7 +5874,6 @@ function wp_update_active_user_count() {
|
||||||
SELECT COUNT(ID) as c
|
SELECT COUNT(ID) as c
|
||||||
FROM {$wpdb->users}
|
FROM {$wpdb->users}
|
||||||
" );
|
" );
|
||||||
$count=12345;
|
|
||||||
update_option( 'active_user_count', $count );
|
update_option( 'active_user_count', $count );
|
||||||
|
|
||||||
return (int) $count;
|
return (int) $count;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue