PluginProbe ʕ •ᴥ•ʔ
Backup Migration / 1.4.9
Backup Migration v1.4.9
2.1.6 2.1.5.2 trunk 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.6.1 1.4.7 1.4.8 1.4.9 1.4.9.1 2.0.0 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.5.1
backup-backup / analyst / templates / notice.php
backup-backup / analyst / templates Last commit date
forms 11 months ago notice.php 11 months ago optin.php 11 months ago optout.php 11 months ago
notice.php
11 lines
1 <div class="notice notice-success analyst-notice">
2 <p>
3 <strong class="analyst-plugin-name"><?php echo $notice->getPluginName(); ?></strong>
4 <?php echo $notice->getBody(); ?>
5 </p>
6
7 <button type="button" class="analyst-notice-dismiss notice-dismiss" analyst-notice-id="<?php echo $notice->getId(); ?>">
8 <span class="screen-reader-text">Dismiss this notice.</span>
9 </button>
10 </div>
11