/**
* The template for displaying the comments.
*
* This contains both the comments and the comment form.
*/
// Do not delete these lines
if (!empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME']))
die ('Please do not load this page directly. Thanks!');
if ( post_password_required() ) { ?>
comment_status) : ?>
comment_status) : ?>
'title_reply'=>''.__('Add a Comment','point').'
',
'label_submit' => __('Add Comment','point'),
'comment_field' => '',
'fields' => apply_filters( 'comment_form_default_fields',
array(
'author' => ' ',
//'email' => ''
// . ( $req ? '' : '' ) . '
',
//'url' => '' .
//'
'
))
);
comment_form($comments_args); ?>