This repository has been archived on 2022-08-01. 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.
Oldphaloskepsis/plugins/jetpack/views/admin/network-admin-alert.php
2017-01-12 23:10:07 +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>