This repository has been archived on 2023-08-16. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Omphaloskepsis/plugins/jetpack/views/admin/network-admin-alert.php
2018-03-21 18:19:20 +00:00

9 lines
256 B
PHP

<div id="message" class="updated jetpack-message jp-connect" style="display:block !important;">
<div class="jetpack-wrap-container">
<div class="jetpack-text-container">
<h2>
<?php echo $data['notice']; ?>
</h2>
</div>
</div>
</div>