28 lines
652 B
PHP
28 lines
652 B
PHP
<?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 Backup. ' .
|
|
'Install the Backup to create a pre-configured site on as many locations as you want!',
|
|
'duplicator'
|
|
);
|
|
?>
|
|
</p>
|