_s: Use verbose syntax for conditionals in templates.
This commit is contained in:
parent
6264437ff9
commit
d9ece3b804
2 changed files with 4 additions and 4 deletions
|
@ -18,9 +18,9 @@ get_header(); ?>
|
|||
|
||||
<?php
|
||||
// If comments are open or we have at least one comment, load up the comment template
|
||||
if ( comments_open() || '0' != get_comments_number() ) {
|
||||
if ( comments_open() || '0' != get_comments_number() ) :
|
||||
comments_template();
|
||||
}
|
||||
endif;
|
||||
?>
|
||||
|
||||
<?php endwhile; // end of the loop. ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue