Ticket #3753: wp-default-theme-show-comments-on-pages.diff
| File wp-default-theme-show-comments-on-pages.diff, 298 bytes (added by Coolkevman, 2 years ago) |
|---|
-
page.php
old new 14 14 </div> 15 15 <?php endwhile; endif; ?> 16 16 <?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?> 17 < /div>17 <?php comments_template(); ?></div> 18 18 19 19 <?php get_sidebar(); ?> 20 20
