'buddy_news_comment_list_display' ) ); ?> 1 && get_option( 'page_comments' ) ) : ?>
'
', 'email' => '
', 'website' => '
', 'cookies' => '
', ); function buddy_news_my_fields($buddy_news_fields) { return $buddy_news_fields; } add_filter('wl_comment_form_default_fields','buddy_news_my_fields'); $buddy_news_defaults = array( 'fields'=> apply_filters( 'wl_comment_form_default_fields', $buddy_news_fields ), 'comment_field'=> '
', 'logged_in_as' => '

'. __( "Logged in as ",'buddy-news' ).''.$user_identity.''.''.__(" Log out?",'buddy-news').'' . '

', /* translators: %s: Reply to name */ 'title_reply_to' => __( 'Leave a Reply to %s','buddy-news'), 'class_submit' => 'btn', 'label_submit'=>__( 'Post Comment','buddy-news'), 'comment_notes_before'=> '', 'comment_notes_after'=>'', 'title_reply'=> '

'.__('Leave a Reply','buddy-news').'

', 'role_form'=> 'form', ); comment_form( $buddy_news_defaults ); ?>