From ab6c3965318bd2148e082df5bee9038c285384e5 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 28 Jul 2020 00:43:02 +0000 Subject: [PATCH] Themes: Correct the logic for displaying a message in theme grid if a theme update requires a higher version of PHP or WordPress. This applies to the Themes screen fallback used when JS is turned off. Follow-up to [48652]. See #48491. Built from https://develop.svn.wordpress.org/trunk@48653 git-svn-id: http://core.svn.wordpress.org/trunk@48415 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/themes.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 280ba6be1e..789d937307 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -400,7 +400,7 @@ foreach ( $themes as $theme ) :