Bu şekilde mi :D
return;
endif;
?>
1 && get_option( 'page_comments' ) ) : ?>
← Older Comments', 'tie' ) ); ?>
→', 'tie' ) ); ?>
if ( ! comments_open() ) :
?>
$commenter = wp_get_current_commenter();
$req = get_option( 'require_name_email' );
$aria_req = ( $req ? " aria-required='true'" : '' );
$fields = array(
'author' => '',
'email' => '',
'url' => '',
);
$required_text = __(' Required fields are marked', 'tie').'
*';
?>
'fields' => apply_filters( 'comment_form_default_fields', $fields ),
'must_log_in' => '
' . sprintf( __( 'You must be logged in to post a comment.' , 'tie' ), wp_login_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '
',
'logged_in_as' => '
' . sprintf( __( 'Logged in as %2$s. Log out?' , 'tie' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '
',
'comment_notes_before' => '',
'title_reply' => __( 'Leave a Reply' , 'tie' ),
'title_reply_to' => __( 'Leave a Reply to %s' , 'tie' ),
'cancel_reply_link' => __( 'Cancel reply' , 'tie' ),
'label_submit' => __( 'Post Comment' , 'tie' )
)); ?>