' . '
', 'url' => '' . '
', ); $args = array( 'fields' => apply_filters( 'comment_form_default_fields', $fields ), 'comment_field' => '', 'comment_notes_after' => easel_themeinfo('disable_comment_note') ? '' : '' . __('NOTE - You can use these ','easel') . sprintf(('HTML tags and attributes:
%s' ), ' ' . allowed_tags() . '' ) . '
'pings', 'callback' => 'easel_comments_callback', 'end-callback' => 'easel_comments_end_callback', 'avatar_size'=>32 ) ); } else { wp_list_comments(array('type' => 'pings', 'avatar_size'=>64)); }?>