comment_count > 0) { $comments_list = array(); $pings_list = array(); foreach($comments as $comment) { if('comment' == get_comment_type()) $comments_list[++$countComments] = $comment; else $pings_list[++$countPings] = $comment; } } ?>

' . __('NOTE - You can use these ','likeFacebook') . sprintf(('HTML tags and attributes:
%s' ), ' ' . allowed_tags() . '' ) . '

'; if($options['comment_notes']=='true') $comment_notes=''; if($options['smilies']=='true') $smilies=''; $fields = array( 'author' => '

' . ''. '

', 'email' => '

' . '

', 'url' => '

' . '

', ); $args = array( 'logged_in_as' => '

' . sprintf( __( 'Logged in as %2$s. Log out?','likeFacebook' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '

', 'fields' => apply_filters( 'comment_form_default_fields', $fields ), 'comment_notes_before' => '', 'comment_field' => $smilies.'

', 'comment_notes_after' => $comment_notes, 'title_reply' => __( 'Leave a Comment', 'likeFacebook'), 'title_reply_to' => __('Reply to %s ¬
','likeFacebook'), 'cancel_reply_link' => __( 'Cancel reply', 'likeFacebook' ), 'label_submit' => __( 'SUBMIT', 'likeFacebook' ) ); comment_form($args); ?>