diff --git a/wp-admin/includes/plugin-install.php b/wp-admin/includes/plugin-install.php index d63e5dc97f..1838ce1cb3 100644 --- a/wp-admin/includes/plugin-install.php +++ b/wp-admin/includes/plugin-install.php @@ -638,7 +638,7 @@ function install_plugin_information() { tested ) ) { ?>
  • tested; ?>
  • active_installs ) ) { ?> -
  • +
  • active_installs >= 1000000 ) { _ex( '1+ Million', 'Active plugin installations' ); @@ -691,7 +691,7 @@ if ( ! empty( $api->ratings ) && array_sum( (array) $api->ratings ) > 0 ) { ?>
    - diff --git a/wp-includes/version.php b/wp-includes/version.php index 8d75d7d2c0..1b43dcea55 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42457'; +$wp_version = '5.0-alpha-42459'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.