mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-08-15 16:04:04 +00:00
16 lines
416 B
PHP
16 lines
416 B
PHP
<div class="error">
|
|
<p>
|
|
<?php
|
|
_e(
|
|
'WordPress Multisite is supported via our All in One WP Migration Multisite Extension. ' .
|
|
'You can get a copy of it here',
|
|
AI1WM_PLUGIN_NAME
|
|
);
|
|
?>
|
|
<a href="https://servmask.com/products/multisite-extension" target="_blank" class="ai1wm-label">
|
|
<i class="ai1wm-icon-notification"></i>
|
|
<?php _e( 'Get multisite', AI1WM_PLUGIN_NAME ); ?>
|
|
</a>
|
|
</p>
|
|
</div>
|