1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
''.__( '← Older Comments', 'blackboard_lite' ).'', 'next_text' => ''.__( 'Newer Comments →', 'blackboard_lite' ).'') );?>
1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
''.__( '← Older Comments', 'blackboard_lite' ).'', 'next_text' => ''.__( 'Newer Comments →', 'blackboard_lite' ).'') );?>
apply_filters( 'comment_form_default_fields', array(
'author' =>
'') ),
'comment_field' =>
'' .
' ' .
'' .
'
',
'logged_in_as' => '' . sprintf( __( 'Logged in as %2$s. Log out?' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink() ) ) ) . '
',
'title_reply' => __( 'Leave a Reply' , 'blackboard_lite' ),
'cancel_reply_link' => __( 'Cancel' , 'blackboard_lite' ),
'label_submit' => __( 'Submit Comment' , 'blackboard_lite' ),
'comment_form_after' => '
',
);
comment_form($custom_comment_form);
?>