From bee01360378a99eda782e51e2e8ffa8925e32bdd Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 16 Jan 2018 00:15:46 +0000 Subject: [PATCH] Plugins: Update review filter links in Details modal. Props darko-a7, afercia. Fixes #43016. See #meta3379. Built from https://develop.svn.wordpress.org/trunk@42459 git-svn-id: http://core.svn.wordpress.org/trunk@42288 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/plugin-install.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.