From d29535c25ea3f8c67d70748629aa0e6e51256c11 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 28 Jul 2020 00:41:56 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@48653 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/themes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/themes.php b/src/wp-admin/themes.php index 280ba6be1e..789d937307 100644 --- a/src/wp-admin/themes.php +++ b/src/wp-admin/themes.php @@ -400,7 +400,7 @@ foreach ( $themes as $theme ) :