<p><input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="22" tabindex="1" <?php if ($req) echo "aria-required='true'"; ?> /> <label for="author"><?php _e('İsim', 'gp_lang'); ?> <span class="required"><?php if ($req) echo "*"; ?></span></label></p>

<p><input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="22" tabindex="2" <?php if ($req) echo "aria-required='true'"; ?> /> <label for="email"><?php _e('Eposta', 'gp_lang'); ?> <span class="required"><?php if ($req) echo "*"; ?></span></label></p>


Olmasını istediğim ↓↓


Sitemde gözüken ↓↓