Skip to content

Commit

Permalink
fix typo in capability canMigrateSite
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Aug 14, 2024
1 parent efef44c commit 51372db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ function () {
function ( $transient ) {
if ( empty( $transient ) ) {
return array(
'canMigrateSites' => true,
'canMigrateSite' => true,
);
}
},
Expand Down

0 comments on commit 51372db

Please sign in to comment.