Added dependency plugins

This commit is contained in:
Moris Zen
2018-06-25 00:00:37 +02:00
parent 720a1c31a4
commit f069f6782f
698 changed files with 289637 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
<div class="support">
<h3><?php _e( 'Email Support', 'wp-migrate-db' ); ?></h3>
<div class="support-content">
<?php if ( ! empty( $licence ) ) : ?>
<p><?php _e( 'Fetching license details, please wait...', 'wp-migrate-db' ); ?></p>
<?php else : ?>
<p><?php _e( 'We couldn\'t find your license information. Please switch to the settings tab and enter your license.', 'wp-migrate-db' ); ?></p>
<p><?php _e( 'Once completed, you may visit this tab to view your support details.', 'wp-migrate-db' ); ?></p>
<?php endif; ?>
</div>
</div>