Add Proper Build script

This commit is contained in:
David Stone
2025-04-07 11:40:19 -06:00
parent d86e54544b
commit a8a0330685
575 changed files with 4117 additions and 5590 deletions

View File

@ -313,7 +313,7 @@ class Site_List_Admin_Page extends List_Admin_Page {
*/
if ($duplicate_id && $site) {
// translators: the %s is the site title.
// translators: the %s is the thing copied.
$title = sprintf(__('Copy of %s', 'wp-multisite-waas'), $site->get_title());
$path = sprintf('%s%s', trim($site->get_path(), '/'), 'copy');
$type = $site->get_type();