Alıntı
<label for="author" class="wrap"><input type="text" id="author" value="<?php echo $comment_author; ?>" size="27" tabindex="1" /> <span>İsim <?php if ($req) echo "(gerekli)"; ?></span></label>
<label for="email" class=............................................ ...
Edit : hallettim ..
aynı sorunu yaşıyanlar olursa şu şekilde olucak
Alıntı
<label for="author" class="wrap"><input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="22" tabindex="1" /> <span>İsim <?php if ($req) echo "(gerekli)"; ?></span></label>
<label for="email" class="wrap"><input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="22" tabindex="2" /> <span>Email <?php if ($req) echo "(gerekli)"; ?> - gizli kalıcaktır</span></label>
<label for="url" class="wrap"><input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="22" tabindex="3" /> <span>Website (opsiyonal)</span></label>