Make WordPress Core

Changeset 369 for trunk/b2comments.php


Ignore:
Timestamp:
09/14/2003 06:05:02 PM (23 years ago)
Author:
saxmatt
Message:

Typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/b2comments.php

    r169 r369  
    4646    <p>
    4747      <input type="text" name="author" id="author" class="textarea" value="<?php echo $comment_author; ?>" size="28" tabindex="1" />
    48        <label for="author">name</label>
     48       <label for="author">Name</label>
    4949    <input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />
    5050    <input type="hidden" name="redirect_to" value="<?php echo htmlspecialchars($_SERVER["REQUEST_URI"]); ?>" />
Note: See TracChangeset for help on using the changeset viewer.