From 51372db32ea977cd199d098d0b00aef8ef13c805 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Wed, 14 Aug 2024 17:46:05 -0400 Subject: [PATCH] fix typo in capability `canMigrateSite` --- bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.php b/bootstrap.php index ba425164e..8723869aa 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -214,7 +214,7 @@ function () { function ( $transient ) { if ( empty( $transient ) ) { return array( - 'canMigrateSites' => true, + 'canMigrateSite' => true, ); } },