Continue to replace warning level with error level

This commit is contained in:
Marc Delisle
2011-05-04 06:14:28 -04:00
parent 0bb27cc5fb
commit baf339f802
7 changed files with 16 additions and 73 deletions

View File

@@ -187,15 +187,6 @@ echo sprintf(__('Welcome to %s'),
<h1>Notice message box header!</h1>
notice message box content!
</div>
<div class="warning">
warning message box content!
</div>
<div class="warning">
<h1>Warning message box header!</h1>
warning message box content!
</div>
<div class="error">
error message box content!
</div>