Created
February 5, 2021 13:26
-
-
Save wpmu-authors/5ecfd922da2f580f97e4974b3dfb74ab to your computer and use it in GitHub Desktop.
notices.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="updated notice"> | |
<p>Something has been updated, awesome</p> | |
</div> | |
<div class="error notice"> | |
<p>There has been an error. Bummer</p> | |
</div> | |
<div class="update-nag notice"> | |
<p>You should really update to achieve some awesome instad of bummer</p> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment