Merge branch '3' into 4

This commit is contained in:
github-actions 2024-09-21 12:03:43 +00:00
commit 9c50c27b24

View File

@ -78,7 +78,7 @@ class SubsiteCopyPagesTask extends BuildTask
$childClone->copyVersionToStage('Stage', 'Live');
array_push($stack, [$child->ID, $childClone->ID]);
Deprecation::withNoReplacement(function () use ($child) {
Deprecation::withSuppressedNotice(function () use ($child) {
$this->log(sprintf('Copied "%s" (#%d, %s)', $child->Title, $child->ID, $child->Link()));
});
}