' . __("No", "bonestheme") . ' ' . __("Responses", "bonestheme") . '', '' . __("One", "bonestheme") . ' ' . __("Response", "bonestheme") . '', '% ' . __("Responses", "bonestheme") );?>

Trackbacks/Pingbacks

.

'commentform', 'id_submit' => 'defsubmit', 'title_reply' => __( 'Leave a Reply' ), 'title_reply_to' => __( 'Leave a Reply to %s' ), 'cancel_reply_link' => __( 'Cancel Reply' ), 'label_submit' => __( 'Post Comment' ), 'must_log_in' => '

' . sprintf( __( 'You must be logged in to post a comment.' ), wp_login_url( apply_filters( 'the_permalink', get_permalink() ) ) ) . '

', '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( ) ) ) ) . '

', 'comment_notes_before' => '
', /*'

' . __( 'Your email address will not be published.' ) . ( $req ? __( 'Required' ) : '' ) . '

',*/ 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '
' . ' ' . '
' . '
', 'email' => '
' . ' ' . '
' . '' . '

' . __( 'Your email address will not be published.' ) . '

', 'url' => '
' . '
' ) ), 'comment_field' => ( ! is_user_logged_in() ? '
' : '' ) . '

', 'comment_notes_after' => '
', ); comment_form($comm_args); }?>