diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 63551a227b..b4fbb50cba 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -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; diff --git a/wp-includes/version.php b/wp-includes/version.php index 5c03899d81..91e0106934 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.