Changeset 724 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/single.php
- Timestamp:
- 06/29/2014 08:41:47 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/single.php
r594 r724 20 20 <?php //wporg_developer_post_nav(); ?> 21 21 22 <?php23 // If comments are open or we have at least one comment, load up the comment template24 if ( comments_open() || '0' != get_comments_number() ) :25 comments_template();26 endif;27 ?>28 29 22 <?php endwhile; // end of the loop. ?> 30 23
Note: See TracChangeset
for help on using the changeset viewer.