From d9bf3e5e60572e233403259e92368121e469334f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 17 Jan 2018 07:02:41 +0000 Subject: [PATCH] Plugins: Update review filter links in Details modal. Props darko-a7, afercia. Merges [42459] to the 4.9 branch. Fixes #43016. See #meta3379. Built from https://develop.svn.wordpress.org/branches/4.9@42524 git-svn-id: http://core.svn.wordpress.org/branches/4.9@42353 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/plugin-install.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/plugin-install.php b/wp-admin/includes/plugin-install.php index 1714acda71..d5f5c0637d 100644 --- a/wp-admin/includes/plugin-install.php +++ b/wp-admin/includes/plugin-install.php @@ -628,7 +628,7 @@ function install_plugin_information() { ) ); ?>
- diff --git a/wp-includes/version.php b/wp-includes/version.php index db0cc2e190..0293fae261 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9.3-alpha-42522'; +$wp_version = '4.9.3-alpha-42524'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.