1 && get_option( 'page_comments' ) ) : ?> 'rambo_comment' ) ); ?>
comment_status) : ?>

''.__('Name','rambo'),'*

', 'email' => ''.__('Email','rambo'),'

', 'website'=> ''.__('Website','rambo'),'

', ); 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 ",'rambo' ).''.$user_identity.''. ''.__(" Log out?",'rambo').'' . '

', 'id_submit' => 'comment_btn', 'label_submit' =>__( 'Post Comment','rambo'), 'comment_notes_after' => '', 'comment_notes_before' => '', 'title_reply' => '

'.__( 'Leave a Comment','rambo').'

', 'id_form' => 'action' ); comment_form($defaults);?>