Simplify alerts

This commit is contained in:
Ben Word
2013-02-12 15:34:05 -06:00
parent 129be210c6
commit 8bb57d3cf8
4 changed files with 11 additions and 16 deletions

View File

@@ -43,9 +43,8 @@ class Roots_Walker_Comment extends Walker_Comment {
<?php edit_comment_link(__('(Edit)', 'roots'), '', ''); ?>
<?php if ($comment->comment_approved == '0') : ?>
<div class="alert alert-block fade in">
<a class="close" data-dismiss="alert">&times;</a>
<p><?php _e('Your comment is awaiting moderation.', 'roots'); ?></p>
<div class="alert">
<?php _e('Your comment is awaiting moderation.', 'roots'); ?>
</div>
<?php endif; ?>