Comments for default theme Pages. Fixes #3753.

git-svn-id: http://svn.automattic.com/wordpress/trunk@11885 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2009-08-27 21:23:52 +00:00
parent 38d5ac6152
commit fc507c466e

View File

@ -20,6 +20,9 @@ get_header(); ?>
</div>
<?php endwhile; endif; ?>
<?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?>
<?php comments_template(); ?>
</div>
<?php get_sidebar(); ?>