pluto3/inc/views/html-notice-theme-connection-error.php
2017-09-19 16:23:41 +08:00

16 lines
253 B
PHP

<?php
/**
* Admin View: Notice - Theme Support
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
?>
<div class="error osetin-theme-update-message">
<p>
License is not active:<strong> connection error please try again later</strong>
</p>
</div>