This post is password protected. Enter the password to view comments.
'; return; } ?>You must be logged in to post a comment.
'', 'label_submit'=>'Submit comment', 'logged_in_as'=>'' . sprintf( __( 'Logged in as %2$s.' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '
', // remove "Text or HTML to be displayed after the set of comment fields" 'comment_notes_after' => '', // redefine the textarea (comment body) 'comment_field' => '', ); comment_form($comments_args); ?>