1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
comments are closed','webriti');?>
comment_status) : ?>
'
',
'email' => '
',
'url' => '
'
);
function my_fields($fields) {
return $fields;
}
add_filter('comment_form_default_fields','my_fields');
$defaults = array(
'fields' => apply_filters( 'comment_form_default_fields', $fields ),
'comment_field' => ' ',
'logged_in_as' => '' . __( "Logged in as ",'webriti' ).''.$user_identity.''. ''.__(" Log out?",'webriti').'' . '
',
'comment_notes_after' => '',
'id_form' => 'commentform',
'id_submit' => 'blog-form-post',
);
?>