'rhymes_theme_comment' ) ); ?> 1 && get_option( 'page_comments' ) ) : ?>

'
', 'email' => '
', ); function rhymes_comment_fields($fields) { return $fields; } add_filter('theme_custom_comment','rhymes_comment_fields'); $defaults = array( 'fields'=> apply_filters( 'theme_custom_comment', $fields ), 'comment_field'=> '
', 'logged_in_as' => '

' . __( "Logged in as ",'rhymes' ).''.$user_identity.''. ''.__(" Log out?",'rhymes').'' . '

', 'title_reply_to' => __( 'Leave a Reply to %s','rhymes'), 'class_submit' => 'btn btn-large pull-right', 'label_submit'=>__( 'Post Comment','rhymes'), 'comment_notes_before'=> '', 'comment_notes_after'=>'', 'class_form'=>'row comment-form', 'title_reply'=> '

'.__('Leave a Reply','rhymes').'

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