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 |