modal
2 years ago
partials
3 years ago
free-version.php
3 years ago
listing-backups-no-results.php
3 years ago
listing-single-backup.php
2 years ago
listing.php
3 years ago
multisite-disabled.php
3 years ago
restore-wait.php
3 years ago
multisite-disabled.php
18 lines
| 1 | <?php |
| 2 | |
| 3 | /** |
| 4 | * @var $mainsiteWpstgURL |
| 5 | * @see \WPStaging\Backup\Ajax\Listing::render |
| 6 | */ |
| 7 | |
| 8 | ?> |
| 9 | |
| 10 | <div id="wpstg-multisite-disabled"> |
| 11 | <ul> |
| 12 | <li class="wpstg-clone"> |
| 13 | <p><strong><?php esc_html_e('Coming soon!', 'wp-staging'); ?></strong></p> |
| 14 | <p><?php echo sprintf(esc_html__('Please go to the %s to create a backup of the entire multisite network including all network sub-sites. With one of the next releases, you will be able to backup network sub-sites separately.', 'wp-staging'), '<a href="' . esc_url($mainsiteWpstgURL) . '">main multisite</a>'); ?></p> |
| 15 | </li> |
| 16 | </ul> |
| 17 | </div> |
| 18 |