first commit

This commit is contained in:
2026-03-05 13:07:40 +01:00
commit 64ba0721ee
25709 changed files with 4691006 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
<?php
defined("ABSPATH") || exit;
/**
* Variables
*
* @var \Duplicator\Core\Views\TplMng $tplMng
* @var array<string, mixed> $tplData
*/
?>
<p>
<?php
_e(
'If you install the same theme, plugins or content on all your WordPress sites then Duplicator can save you a lot of time.',
'duplicator'
);
?>
</p>
<p>
<?php
_e(
'Instead of manually configuring the same themes and plugins over and over, just configure one site and bundle it into a Duplicator package. ' .
'Install the package to create a pre-configured site on as many locations as you want!',
'duplicator'
);
?>
</p>