Advertisement
srcrane

faithcrane comments.php

Feb 3rd, 2012
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <?php
  2. /**
  3. * The template for displaying Comments.
  4. *
  5. * The area of the page that contains both current comments
  6. * and the comment form. The actual display of comments is
  7. * handled by a callback to twentyeleven_comment() which is
  8. * located in the functions.php file.
  9. *
  10. * @package WordPress
  11. * @subpackage Twenty_Eleven
  12. * @since Twenty Eleven 1.0
  13. */
  14. ?>
  15. <div id="comments">
  16. <?php comment_form(array('comment_notes_after' => '')); ?>
  17. </div><!-- #comments -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement