From fedddac3dd4276b44e63cafdb0b3b925a019b9b1 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Wed, 14 Aug 2024 18:14:46 -0400 Subject: [PATCH] return the transient if not empty! --- bootstrap.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.php b/bootstrap.php index 8723869aa..a4470c102 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -217,6 +217,7 @@ function ( $transient ) { 'canMigrateSite' => true, ); } + return $transient; }, 10, 2