Updated alerts to bootstrap v3

This commit is contained in:
Weslly Honorato
2013-09-08 16:27:26 -03:00
parent 2a3fbf0d66
commit 71d099af83
5 changed files with 6 additions and 6 deletions

View File

@@ -25,7 +25,7 @@
<?php endif; ?>
<?php if (!comments_open() && !is_page() && post_type_supports(get_post_type(), 'comments')) : ?>
<div class="alert">
<div class="alert alert-warning">
<?php _e('Comments are closed.', 'roots'); ?>
</div>
<?php endif; ?>
@@ -34,7 +34,7 @@
<?php if (!have_comments() && !comments_open() && !is_page() && post_type_supports(get_post_type(), 'comments')) : ?>
<section id="comments">
<div class="alert">
<div class="alert alert-warning">
<?php _e('Comments are closed.', 'roots'); ?>
</div>
</section><!-- /#comments -->